-
-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 588 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 588 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
{
"name": "lightproxy",
"version": "1.0.0",
"type": "module",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "node index.js"
},
"author": "Stella, Noctra, & Amplify",
"license": "GPL-3.0-or-later",
"dependencies": {
"@tomphttp/bare-server-node": "2.0.3",
"cors": "^2.8.5",
"chalk": "^5.2.0",
"express": "^4.18.2",
"rammerhead": "https://github.com/NebulaServices/rammerhead/releases/download/rammerhead-1.2.41-nebula.8/rammerhead-1.2.41-nebula.7.tgz"
},
"devDependencies": {
"prettier": "3.2.1"
}
}