forked from code-yeongyu/senpi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 5.34 KB
/
Copy pathpackage.json
File metadata and controls
144 lines (144 loc) · 5.34 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@code-yeongyu/senpi",
"version": "2026.7.30",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"piConfig": {
"name": "senpi",
"configDir": ".senpi"
},
"bin": {
"senpi": "dist/cli.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./rpc-entry": {
"import": "./dist/rpc-entry.js"
}
},
"files": [
"dist",
"docs",
"examples",
"containerization.md",
"CHANGELOG.md"
],
"scripts": {
"clean": "shx rm -rf dist",
"dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",
"build": "tsgo -p tsconfig.build.json && npm run copy-assets && shx chmod +x dist/cli.js dist/rpc-entry.js && shx cp dist/cli.js dist/senpi && shx chmod +x dist/senpi",
"build:binary": "npm --prefix ../tui run build && npm --prefix ../ai run build && npm --prefix ../agent run build && npm run build && bun build --compile --compile-autoload-package-json --external=css-tree --no-compile-autoload-dotenv --minify --keep-names ./dist/bun/cli.js ./src/utils/image-resize-worker.ts --outfile dist/pi && npm run copy-binary-assets",
"copy-assets": "shx mkdir -p dist/modes/interactive/theme && shx cp src/modes/interactive/theme/*.json dist/modes/interactive/theme/ && shx mkdir -p dist/modes/interactive/assets && shx cp src/modes/interactive/assets/*.png dist/modes/interactive/assets/ && shx mkdir -p dist/core/export-html/vendor && shx cp src/core/export-html/template.html src/core/export-html/template.css src/core/export-html/template.js dist/core/export-html/ && shx cp src/core/export-html/vendor/*.js dist/core/export-html/vendor/",
"copy-binary-assets": "shx cp package.json dist/ && shx cp README.md dist/ && shx cp CHANGELOG.md dist/ && shx mkdir -p dist/theme && shx cp src/modes/interactive/theme/*.json dist/theme/ && shx mkdir -p dist/assets && shx cp src/modes/interactive/assets/*.png dist/assets/ && shx mkdir -p dist/export-html/vendor && shx cp src/core/export-html/template.html src/core/export-html/template.css src/core/export-html/template.js dist/export-html/ && shx cp -r docs dist/ && shx cp -r examples dist/ && shx mkdir -p dist/node_modules && shx cp -r ../../node_modules/css-tree ../../node_modules/mdn-data ../../node_modules/source-map-js dist/node_modules/ && shx cp ../../node_modules/@silvia-odwyer/photon-node/photon_rs_bg.wasm dist/ && shx mkdir -p dist/native/darwin dist/native/win32 && shx cp -r ../../packages/tui/native/darwin/prebuilds dist/native/darwin/ && shx cp -r ../../packages/tui/native/win32/prebuilds dist/native/win32/ && node ../../scripts/copy-pty-native.mjs",
"qa:app-server": "node scripts/qa-app-server/run-all.mjs",
"test": "vitest --run",
"prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap",
"shrinkwrap": "node ../../scripts/generate-coding-agent-shrinkwrap.mjs"
},
"dependencies": {
"@anthropic-ai/sdk": "0.91.1",
"@aws-sdk/client-bedrock-runtime": "3.1095.0",
"@code-yeongyu/senpi-codemode": "^2026.7.30",
"@earendil-works/pi-agent-core": "^2026.7.30",
"@earendil-works/pi-ai": "^2026.7.30",
"@earendil-works/pi-pty": "^2026.7.30",
"@earendil-works/pi-tui": "^2026.7.30",
"@mistralai/mistralai": "2.5.0",
"@modelcontextprotocol/sdk": "1.29.0",
"@mozilla/readability": "0.6.0",
"@opentelemetry/api": "1.9.1",
"@silvia-odwyer/photon-node": "0.3.4",
"@smithy/node-http-handler": "4.9.11",
"@smithy/types": "4.16.1",
"chalk": "6.0.0",
"cross-spawn": "7.0.6",
"diff": "9.0.0",
"get-east-asian-width": "1.6.0",
"glob": "13.0.6",
"highlight.js": "11.11.1",
"hosted-git-info": "10.1.1",
"http-proxy-agent": "9.1.0",
"https-proxy-agent": "9.1.0",
"ignore": "7.0.6",
"jiti": "2.7.0",
"jsdom": "29.1.1",
"marked": "18.0.7",
"minimatch": "10.2.5",
"openai": "6.26.0",
"partial-json": "0.1.7",
"picomatch": "4.0.5",
"proper-lockfile": "4.1.2",
"proxy-from-env": "2.1.0",
"semver": "7.8.5",
"turndown": "7.2.4",
"typebox": "1.3.8",
"undici": "8.9.0",
"ws": "8.21.1",
"yaml": "2.9.0",
"@anthropic-ai/claude-agent-sdk": "0.3.220",
"zod": "4.4.3"
},
"bundledDependencies": [
"@code-yeongyu/senpi-codemode",
"@earendil-works/pi-agent-core",
"@earendil-works/pi-ai",
"@earendil-works/pi-pty",
"@earendil-works/pi-tui"
],
"overrides": {
"@hono/node-server": "2.0.10",
"protobufjs": "7.6.5",
"rimraf": "6.1.2",
"gaxios": {
"rimraf": "6.1.2"
}
},
"optionalDependencies": {
"@mariozechner/clipboard": "0.3.9"
},
"devDependencies": {
"@types/cross-spawn": "6.0.6",
"@types/hosted-git-info": "3.0.5",
"@types/jsdom": "28.0.3",
"@types/ms": "2.1.0",
"@types/node": "26.1.1",
"@types/picomatch": "4.0.3",
"@types/proper-lockfile": "4.1.4",
"@types/semver": "7.7.1",
"@types/turndown": "5.0.6",
"@types/ws": "8.18.1",
"shx": "0.4.0",
"typescript": "6.0.3",
"vitest": "4.1.10"
},
"keywords": [
"coding-agent",
"ai",
"llm",
"cli",
"tui",
"agent"
],
"author": "Mario Zechner",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/code-yeongyu/senpi.git",
"directory": "packages/coding-agent"
},
"engines": {
"node": ">=24.0.0"
},
"bundleDependencies": [
"@code-yeongyu/senpi-codemode",
"@earendil-works/pi-agent-core",
"@earendil-works/pi-ai",
"@earendil-works/pi-pty",
"@earendil-works/pi-tui"
]
}