File size: 1,956 Bytes
96e86e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "name": "penclip",
  "version": "0.3.1",
  "description": "Paperclip CN CLI — orchestrate AI agent teams to run a business",
  "type": "module",
  "bin": {
    "penclip": "./dist/index.js"
  },
  "keywords": [
    "paperclip",
    "ai",
    "agents",
    "orchestration",
    "cli"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/penclipai/paperclip-cn",
    "directory": "cli"
  },
  "homepage": "https://github.com/penclipai/paperclip-cn",
  "bugs": {
    "url": "https://github.com/penclipai/paperclip-cn/issues"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "tsx src/index.ts",
    "build": "node --input-type=module -e \"import esbuild from 'esbuild'; import config from './esbuild.config.mjs'; await esbuild.build(config);\" && node ../scripts/fs-ops.mjs chmod dist/index.js",
    "clean": "node ../scripts/fs-ops.mjs rm dist",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@clack/prompts": "^0.10.0",
    "@penclipai/adapter-claude-local": "workspace:*",
    "@penclipai/adapter-codebuddy-local": "workspace:*",
    "@penclipai/adapter-codex-local": "workspace:*",
    "@penclipai/adapter-cursor-local": "workspace:*",
    "@penclipai/adapter-gemini-local": "workspace:*",
    "@penclipai/adapter-opencode-local": "workspace:*",
    "@penclipai/adapter-pi-local": "workspace:*",
    "@penclipai/adapter-qwen-local": "workspace:*",
    "@penclipai/adapter-openclaw-gateway": "workspace:*",
    "@penclipai/adapter-utils": "workspace:*",
    "@penclipai/db": "workspace:*",
    "@penclipai/server": "workspace:*",
    "@penclipai/shared": "workspace:*",
    "drizzle-orm": "0.38.4",
    "dotenv": "^17.0.1",
    "commander": "^13.1.0",
    "embedded-postgres": "^18.1.0-beta.16",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@types/node": "^22.12.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3"
  }
}