-
Notifications
You must be signed in to change notification settings - Fork 3k
/
package.json
50 lines (50 loc) · 1.6 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
49
50
{
"name": "holyunblocker",
"version": "6.3.9",
"repository": "https://github.com/QuiteAFancyEmerald/Holy-Unblocker",
"description": "Holy Unblocker is a secure web proxy service with support for many sites.",
"main": "backend.js",
"engines": {
"node": "20.x"
},
"scripts": {
"start": "npm install && npm run build && npm run manual-start",
"restart": "node run-command.mjs stop start",
"stop": "node run-command.mjs stop",
"test": "npm run proxy-validator",
"manual-start": "node run-command.mjs start",
"kill": "node run-command.mjs stop kill",
"build": "node run-command.mjs build && cd lib/rammerhead && npm install && npm run build",
"proxy-validator": "node proxyServiceValidator.js",
"workflow-test": "node run-command.mjs workflow",
"deployment": "npm install && npm run build && node backend.js"
},
"keywords": [
"proxy",
"node.js",
"unblocker"
],
"author": "Titanium Network",
"license": "GNU AFFERO",
"dependencies": {
"@fastify/helmet": "^11.1.1",
"@fastify/static": "^7.0.4",
"@mercuryworkshop/bare-as-module3": "^2.2.2",
"@mercuryworkshop/bare-mux": "^2.0.9",
"@mercuryworkshop/epoxy-transport": "^2.1.13",
"@mercuryworkshop/libcurl-transport": "^1.3.10",
"@titaniumnetwork-dev/ultraviolet": "~3.2.7",
"@tomphttp/bare-server-node": "^2.0.3",
"axios": "^1.7.2",
"fastify": "^4.28.1",
"mime-types": "^2.1.35",
"pm2": "^5.4.2",
"puppeteer": "^22.12.1",
"wisp-server-node": "^1.1.7",
"ws": "^8.18.0"
},
"devDependencies": {
"@babel/node": "^7.25.0",
"esbuild": "^0.23.0"
}
}