-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 762 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 762 Bytes
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
{
"name": "codingplan-status",
"version": "2.0.0",
"description": "Coding Plan 额度与用量监控工具",
"private": true,
"bin": {
"cps": "./cli/index.js",
"cps-prompt": "./cli/prompts.js",
"cps-client": "./cli/client/index.js",
"cps-daemon": "./cli/statusline.js",
"cps-claudecode-statusline": "./cli/client/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"codingplan",
"minimax",
"infini",
"claude",
"status",
"monitor"
],
"author": "Jochen Yang",
"license": "MIT",
"dependencies": {
"axios": "^1.14.0",
"boxen": "^8.0.1",
"chalk": "^5.6.2",
"commander": "^14.0.3",
"dayjs": "^1.11.20",
"ora": "^9.3.0"
}
}