forked from ZhiNningJiao/nanocode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 824 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
{
"name": "nanocode",
"version": "1.2.4",
"type": "module",
"description": "Minimal terminal workspace for managing projects and AI coding assistants",
"scripts": {
"dev": "node --watch server/index.js",
"start": "node server/index.js",
"test": "node --test server/tests/*.test.js"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "0.3.165",
"@openai/codex-sdk": "0.137.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"busboy": "^1.6.0",
"compression": "^1.8.1",
"dompurify": "^3.4.5",
"express": "^4.21.0",
"highlight.js": "^11.11.1",
"marked": "^15.0.12",
"node-pty": "^1.1.0-beta34",
"three": "^0.170.0",
"ws": "^8.18.0"
},
"devDependencies": {
"playwright": "^1.60.0"
}
}