-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.96 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 3.96 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
{
"name": "cathead-coding",
"version": "0.3.0",
"description": "A delightful open-source coding agent CLI powered by DeepSeek Harness.",
"type": "module",
"license": "MIT",
"author": "Cathead Coding contributors",
"repository": {
"type": "git",
"url": "https://github.com/catyans/cathead-coding.git"
},
"homepage": "https://github.com/catyans/cathead-coding#readme",
"bugs": {
"url": "https://github.com/catyans/cathead-coding/issues"
},
"keywords": [
"ai",
"coding-agent",
"cli",
"deepseek-harness",
"gemini",
"tui"
],
"engines": {
"node": ">=22.19"
},
"packageManager": "pnpm@10.28.2",
"bin": {
"cathead": "dist/cli.js"
},
"files": [
"config",
"dist",
"docs",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsup",
"check": "pnpm format:check && pnpm typecheck && pnpm lint && pnpm test && pnpm build",
"dev": "pnpm build && node --enable-source-maps dist/cli.js",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint . --max-warnings 0",
"prepublishOnly": "pnpm check",
"start": "node dist/cli.js",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@deepseek-ai/cordis": "4.0.1",
"@deepseek-ai/dsh-agent-default-model": "0.1.0-rc.6",
"@deepseek-ai/dsh-agent-spine-demo": "0.1.0-rc.6",
"@deepseek-ai/dsh-app-boot": "0.1.0-rc.6",
"@deepseek-ai/dsh-attachment-local": "0.1.0-rc.6",
"@deepseek-ai/dsh-bash-sandbox": "0.1.0-rc.6",
"@deepseek-ai/dsh-command-compact": "0.1.0-rc.6",
"@deepseek-ai/dsh-command-feedback": "0.1.0-rc.6",
"@deepseek-ai/dsh-commands": "0.1.0-rc.6",
"@deepseek-ai/dsh-compaction-basic": "0.1.0-rc.6",
"@deepseek-ai/dsh-compaction-tool-result-pruner": "0.1.0-rc.6",
"@deepseek-ai/dsh-fs-observation-policy": "0.1.0-rc.6",
"@deepseek-ai/dsh-fs-sandbox": "0.1.0-rc.6",
"@deepseek-ai/dsh-host-apiproxy": "0.1.0-rc.6",
"@deepseek-ai/dsh-host-directory-picker-browse": "0.1.0-rc.6",
"@deepseek-ai/dsh-jobs-local": "0.1.0-rc.6",
"@deepseek-ai/dsh-llm-pi-ai": "0.1.0-rc.6",
"@deepseek-ai/dsh-plan-mode": "0.1.0-rc.6",
"@deepseek-ai/dsh-sandbox-local": "0.1.0-rc.6",
"@deepseek-ai/dsh-sandbox-policy": "0.1.0-rc.6",
"@deepseek-ai/dsh-session-checkpoint-policy": "0.1.0-rc.6",
"@deepseek-ai/dsh-session-persistence-jsonl": "0.1.0-rc.6",
"@deepseek-ai/dsh-session-projection": "0.1.0-rc.6",
"@deepseek-ai/dsh-session-projection-cache": "0.1.0-rc.6",
"@deepseek-ai/dsh-session-query-sqlite": "0.1.0-rc.6",
"@deepseek-ai/dsh-storage": "0.1.0-rc.6",
"@deepseek-ai/dsh-storage-domain": "0.1.0-rc.6",
"@deepseek-ai/dsh-storage-json": "0.1.0-rc.6",
"@deepseek-ai/dsh-subagent": "0.1.0-rc.6",
"@deepseek-ai/dsh-subagent-fork-in-process": "0.1.0-rc.6",
"@deepseek-ai/dsh-subagent-spawn-in-process": "0.1.0-rc.6",
"@deepseek-ai/dsh-subprocess-local": "0.1.0-rc.6",
"@deepseek-ai/dsh-token-meter": "0.1.0-rc.6",
"@deepseek-ai/dsh-tool-fs": "0.1.0-rc.6",
"@deepseek-ai/dsh-tool-jobs": "0.1.0-rc.6",
"@deepseek-ai/dsh-tool-subagent": "0.1.0-rc.6",
"@deepseek-ai/dsh-tool-subagent-control": "0.1.0-rc.6",
"@deepseek-ai/dsh-tool-subagent-report": "0.1.0-rc.6",
"@deepseek-ai/dsh-tool-todo": "0.1.0-rc.6",
"@deepseek-ai/dsh-user-approval": "0.1.0-rc.6",
"@deepseek-ai/dsh-user-questions": "0.1.0-rc.6",
"@deepseek-ai/dsh-workspace": "0.1.0-rc.6",
"commander": "15.0.0",
"ink": "7.1.1",
"marked": "16.4.2",
"react": "19.2.8",
"zod": "4.4.3"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@types/node": "24.10.13",
"@types/react": "19.2.14",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"globals": "16.4.0",
"ink-testing-library": "4.0.0",
"prettier": "3.8.1",
"tsup": "8.5.1",
"tsx": "4.21.0",
"typescript": "5.9.3",
"typescript-eslint": "8.53.1",
"vitest": "4.1.0"
}
}