-
-
Notifications
You must be signed in to change notification settings - Fork 194
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 829 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 829 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
{
"name": "@phcode/node-core",
"description": "Phoenix Node Core",
"version": "4.1.1-0",
"apiVersion": "4.1.1",
"keywords": [],
"author": "arun@core.ai",
"homepage": "https://github.com/phcode-dev/phoenix",
"license": "GNU-AGPL3.0",
"scripts": {
"_watch_src-node": "cd .. && npm run _watch_src-node"
},
"engines": {
"node": "20"
},
"repository": {
"type": "git",
"url": "https://github.com/phcode-dev/phoenix"
},
"IMPORTANT!!": "Adding things here will bloat up the package size",
"dependencies": {
"@phcode/fs": "^3.0.1",
"open": "^10.1.0",
"npm": "10.1.0",
"ws": "^8.17.1",
"lmdb": "^2.9.2",
"mime-types": "^2.1.35",
"cross-spawn": "^7.0.6",
"which": "^2.0.1"
}
}