forked from ShadowDevLabs/ShadowV3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 KB
/
package.json
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
{
"name": "shadow",
"version": "3.1.0",
"description": "Shadow proxy",
"type": "module",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "node index.js",
"dev": "node index.js 9090",
"shadow": "node index.js",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,html,css}\""
},
"keywords": [
"proxy"
],
"author": "",
"license": "GPL-3.0-only",
"dependencies": {
"@mercuryworkshop/bare-mux": "^2.0.9",
"@mercuryworkshop/epoxy-tls": "^2.1.11-1",
"@mercuryworkshop/epoxy-transport": "^2.1.11",
"@mercuryworkshop/libcurl-transport": "^1.3.10",
"@nebula-services/bare-server-node": "^2.0.4",
"@titaniumnetwork-dev/ultraviolet": "^3.2.8",
"3hk0-static": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"compression": "^1.7.4",
"express": "^5.0.0",
"express-basic-auth": "^1.2.1",
"http": "^0.0.1-security",
"jsdom": "^24.0.0",
"terser": "^5.31.6",
"wisp-server-node": "^1.0.4",
"ws": "^8.16.0"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}