Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
QuiteAFancyEmerald
GitHub Repository: QuiteAFancyEmerald/Holy-Unblocker
Path: blob/master/package.json
5154 views
1
{
2
"name": "holyunblocker",
3
"version": "6.9.1",
4
"repository": "https://github.com/QuiteAFancyEmerald/Holy-Unblocker",
5
"description": "Holy Unblocker LTS is a web proxy service that helps you access websites that may be blocked by your network, government or policy all within your browser with no download or setup.",
6
"main": "backend.js",
7
"engines": {
8
"node": "20.x"
9
},
10
"scripts": {
11
"fresh-install": "npm cache verify && npm update && npm ci && cd lib/rammerhead && npm ci",
12
"fresh-start": "npm run fresh-install && npm start",
13
"start": "npm stop && npm run build && npm run manual-start",
14
"restart": "node run-command.mjs stop start",
15
"stop": "node run-command.mjs stop",
16
"test": "npm run proxy-validator",
17
"manual-start": "node run-command.mjs start",
18
"kill": "node run-command.mjs stop kill",
19
"build": "node run-command.mjs build && cd lib/rammerhead && npm run build",
20
"clear": "node run-command.mjs clean",
21
"clean": "node run-command.mjs clean format",
22
"proxy-validator": "node proxyServiceValidator.js",
23
"workflow-test": "node run-command.mjs workflow",
24
"deployment": "npm install && npm run build && node backend.js"
25
},
26
"keywords": [
27
"proxy",
28
"node.js",
29
"unblocker"
30
],
31
"author": "Titanium Network",
32
"license": "GNU AFFERO",
33
"dependencies": {
34
"@fastify/helmet": "^13.0.1",
35
"@fastify/static": "^8.2.0",
36
"@mercuryworkshop/bare-mux": "^2.1.7",
37
"@mercuryworkshop/epoxy-transport": "^2.1.28",
38
"@mercuryworkshop/libcurl-transport": "^1.5.0",
39
"@mercuryworkshop/scramjet": "https://github.com/MercuryWorkshop/scramjet/releases/download/latest/mercuryworkshop-scramjet-1.0.2-dev.tgz",
40
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
41
"axios": "^1.11.0",
42
"chii": "^1.15.5",
43
"fastify": "^5.5.0",
44
"pm2": "^6.0.8",
45
"puppeteer": "^24.17.0",
46
"wisp-server-node": "^1.1.7",
47
"ws": "^8.18.3"
48
},
49
"devDependencies": {
50
"@babel/node": "^7.28.0",
51
"esbuild": "^0.25.9"
52
}
53
}
54
55