-
-
Notifications
You must be signed in to change notification settings - Fork 194
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1019 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1019 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
35
36
{
"name": "@phcode/node-core",
"description": "Phoenix Node Core",
"version": "5.1.5-0",
"apiVersion": "5.1.5",
"keywords": [],
"author": "arun@core.ai",
"homepage": "https://github.com/phcode-dev/phoenix",
"license": "GNU-AGPL3.0",
"scripts": {
"postinstall": "node postinstall.js",
"_watch_src-node": "cd .. && npm run _watch_src-node"
},
"engines": {
"node": "24"
},
"repository": {
"type": "git",
"url": "https://github.com/phcode-dev/phoenix"
},
"IMPORTANT!!": "Adding things here will bloat up the package size",
"dependencies": {
"@anthropic-ai/claude-code": "^2.1.7",
"@expo/sudo-prompt": "^9.3.2",
"@phcode/fs": "^4.0.2",
"cross-spawn": "^7.0.6",
"lmdb": "^3.5.1",
"mime-types": "^2.1.35",
"node-pty": "^1.1.0",
"npm": "11.8.0",
"open": "^10.1.0",
"which": "^2.0.1",
"ws": "^8.17.1",
"zod": "^3.25.76"
}
}