kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
54 wiersze
1.4 KiB
JSON
54 wiersze
1.4 KiB
JSON
{
|
|
"name": "@agentic/platform-cli",
|
|
"version": "0.0.1",
|
|
"description": "CLI for Agentic.",
|
|
"author": "Travis Fischer <travis@transitivebullsh.it>",
|
|
"license": "UNLICENSED",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transitive-bullshit/agentic-platform.git",
|
|
"directory": "packages/cli"
|
|
},
|
|
"type": "module",
|
|
"source": "./src/cli.ts",
|
|
"bin": {
|
|
"agentic": "./dist/cli.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"test": "run-s test:*",
|
|
"test:lint": "eslint .",
|
|
"test:typecheck": "tsc --noEmit",
|
|
"test:unit": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@agentic/platform": "workspace:*",
|
|
"@agentic/platform-api-client": "workspace:*",
|
|
"@agentic/platform-core": "workspace:*",
|
|
"@agentic/platform-schemas": "workspace:*",
|
|
"@agentic/platform-validators": "workspace:*",
|
|
"@clack/prompts": "catalog:",
|
|
"@hono/node-server": "catalog:",
|
|
"commander": "catalog:",
|
|
"conf": "catalog:",
|
|
"dotenv": "catalog:",
|
|
"get-port": "catalog:",
|
|
"hono": "catalog:",
|
|
"open": "catalog:",
|
|
"ora": "catalog:",
|
|
"restore-cursor": "catalog:",
|
|
"semver": "catalog:",
|
|
"unconfig": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@agentic/platform-fixtures": "workspace:*",
|
|
"@commander-js/extra-typings": "catalog:",
|
|
"@types/semver": "catalog:"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|