Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
QuiteAFancyEmerald
GitHub Repository: QuiteAFancyEmerald/Holy-Unblocker
Path: blob/master/package.json
11007 views
1
{
2
"name": "holyunblocker",
3
"version": "6.9.4",
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.2",
35
"@fastify/static": "^8.3.0",
36
"@mercuryworkshop/bare-mux": "^2.1.7",
37
"@mercuryworkshop/epoxy-transport": "^2.1.28",
38
"@mercuryworkshop/libcurl-transport": "^1.5.1",
39
"@mercuryworkshop/scramjet": "https://github.com/MercuryWorkshop/scramjet/releases/download/latest/mercuryworkshop-scramjet-2.0.0-alpha.tgz",
40
"@mercuryworkshop/wisp-js": "^0.4.0",
41
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
42
"axios": "^1.13.2",
43
"chii": "^1.15.5",
44
"fastify": "^5.7.3",
45
"pm2": "^6.0.13",
46
"puppeteer": "^24.29.1",
47
"utf-8-validate": "^6.0.5",
48
"ws": "^8.18.3"
49
},
50
"devDependencies": {
51
"@babel/node": "^7.28.0",
52
"esbuild": "^0.25.12"
53
}
54
}
55
56