forked from NightProxy/Space
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
43
44
45
46
47
48
{
"name": "space",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"format": "prettier --write ."
},
"keywords": [
"Space",
"Proxy",
"Unblocker",
"Space",
"Proxy",
"Space",
"Unblocker"
],
"author": "xnoctra <[email protected]>; crllect <[email protected]>",
"license": "ISC",
"description": "",
"engines": {
"node": ">=20.0.0 <21.0.0",
"pnpm": ">=9.0.0"
},
"dependencies": {
"@mercuryworkshop/bare-as-module3": "^2.2.2",
"@mercuryworkshop/bare-mux": "^2.0.2",
"@mercuryworkshop/epoxy-transport": "^2.1.3",
"@mercuryworkshop/libcurl-transport": "^1.3.6",
"@mercuryworkshop/wisp-js": "^0.1.0",
"@titaniumnetwork-dev/ultraviolet": "^3.2.7",
"@tomphttp/bare-server-node": "2.0.2",
"chalk": "^5.2.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"lucide-static": "^0.424.0",
"meteorproxy": "^1.0.6-patch.1",
"wisp-server-node": "^1.1.3"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"html-minifier-terser": "^7.2.0",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"terser": "^5.31.3"
}
}