52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "paperclipai",
|
|
"version": "0.1.1",
|
|
"description": "Paperclip CLI — orchestrate AI agent teams to run a business",
|
|
"type": "module",
|
|
"bin": {
|
|
"paperclipai": "./dist/index.js"
|
|
},
|
|
"keywords": [
|
|
"paperclip",
|
|
"ai",
|
|
"agents",
|
|
"orchestration",
|
|
"cli"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/paperclipai/paperclip.git",
|
|
"directory": "cli"
|
|
},
|
|
"homepage": "https://github.com/paperclipai/paperclip",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.888.0",
|
|
"@clack/prompts": "^0.10.0",
|
|
"better-auth": "^1.3.8",
|
|
"commander": "^13.1.0",
|
|
"detect-port": "^2.1.0",
|
|
"dotenv": "^17.0.1",
|
|
"drizzle-orm": "0.38.4",
|
|
"express": "^5.1.0",
|
|
"multer": "^2.0.2",
|
|
"open": "^11.0.0",
|
|
"picocolors": "^1.1.1",
|
|
"pino": "^9.6.0",
|
|
"pino-http": "^10.4.0",
|
|
"pino-pretty": "^13.1.3",
|
|
"postgres": "^3.4.5",
|
|
"ws": "^8.19.0",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"embedded-postgres": "^18.1.0-beta.16"
|
|
}
|
|
}
|