54 lines
2 KiB
JSON
54 lines
2 KiB
JSON
{
|
|
"name": "holyunblocker",
|
|
"version": "6.9.4",
|
|
"repository": "https://github.com/QuiteAFancyEmerald/Holy-Unblocker",
|
|
"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.",
|
|
"main": "backend.js",
|
|
"engines": {
|
|
"node": "20.x"
|
|
},
|
|
"scripts": {
|
|
"fresh-install": "npm cache verify && npm update && npm ci && cd lib/rammerhead && npm ci",
|
|
"fresh-start": "npm run fresh-install && npm start",
|
|
"start": "npm stop && 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 run build",
|
|
"clear": "node run-command.mjs clean",
|
|
"clean": "node run-command.mjs clean format",
|
|
"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": "^13.0.2",
|
|
"@fastify/static": "^8.3.0",
|
|
"@mercuryworkshop/bare-mux": "^2.1.7",
|
|
"@mercuryworkshop/epoxy-transport": "^2.1.28",
|
|
"@mercuryworkshop/libcurl-transport": "^1.5.1",
|
|
"@mercuryworkshop/scramjet": "https://github.com/MercuryWorkshop/scramjet/releases/download/latest/mercuryworkshop-scramjet-2.0.0-alpha.tgz",
|
|
"@mercuryworkshop/wisp-js": "^0.4.0",
|
|
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
|
|
"axios": "^1.13.2",
|
|
"chii": "^1.15.5",
|
|
"fastify": "^5.6.1",
|
|
"pm2": "^6.0.13",
|
|
"puppeteer": "^24.29.1",
|
|
"utf-8-validate": "^6.0.5",
|
|
"ws": "^8.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/node": "^7.28.0",
|
|
"esbuild": "^0.25.12"
|
|
}
|
|
}
|