{ "name": "@paperclip/cli", "version": "0.0.1", "private": true, "type": "module", "bin": { "paperclip": "./src/index.ts" }, "scripts": { "dev": "tsx src/index.ts", "build": "tsc", "typecheck": "tsc --noEmit" }, "dependencies": { "@clack/prompts": "^0.10.0", "@paperclip/db": "workspace:*", "@paperclip/shared": "workspace:*", "commander": "^13.1.0", "picocolors": "^1.1.1" }, "devDependencies": { "@types/node": "^22.12.0", "tsx": "^4.19.2", "typescript": "^5.7.3" } }