2020-09-11 12:51:29 -07:00
{
2024-08-02 07:48:05 -07:00
"name" : "holyunblocker" ,
2025-09-09 07:42:14 -07:00
"version" : "6.9.2" ,
2024-07-24 22:49:30 -05:00
"repository" : "https://github.com/QuiteAFancyEmerald/Holy-Unblocker" ,
2025-08-13 17:04:55 -07:00
"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." ,
2024-07-24 22:49:30 -05:00
"main" : "backend.js" ,
2024-09-28 12:39:24 -07:00
"engines" : {
"node" : "20.x"
} ,
2024-07-24 22:49:30 -05:00
"scripts" : {
2025-08-22 12:17:14 -05:00
"fresh-install" : "npm cache verify && npm update && npm ci && cd lib/rammerhead && npm ci" ,
2025-08-13 21:48:37 -05:00
"fresh-start" : "npm run fresh-install && npm start" ,
2025-08-13 22:43:49 -05:00
"start" : "npm stop && npm run build && npm run manual-start" ,
2024-08-07 13:27:40 -05:00
"restart" : "node run-command.mjs stop start" ,
2024-08-07 13:16:29 -05:00
"stop" : "node run-command.mjs stop" ,
2024-08-06 13:16:33 -05:00
"test" : "npm run proxy-validator" ,
2024-08-07 13:16:29 -05:00
"manual-start" : "node run-command.mjs start" ,
2024-08-07 15:36:18 -05:00
"kill" : "node run-command.mjs stop kill" ,
2025-08-13 21:48:37 -05:00
"build" : "node run-command.mjs build && cd lib/rammerhead && npm run build" ,
2025-08-12 17:08:35 -05:00
"clear" : "node run-command.mjs clean" ,
2025-08-13 21:48:37 -05:00
"clean" : "node run-command.mjs clean format" ,
2024-08-08 23:10:58 -05:00
"proxy-validator" : "node proxyServiceValidator.js" ,
2024-09-28 12:39:24 -07:00
"workflow-test" : "node run-command.mjs workflow" ,
"deployment" : "npm install && npm run build && node backend.js"
2024-07-24 22:49:30 -05:00
} ,
"keywords" : [
"proxy" ,
"node.js" ,
"unblocker"
] ,
"author" : "Titanium Network" ,
"license" : "GNU AFFERO" ,
"dependencies" : {
2025-08-03 23:00:32 -07:00
"@fastify/helmet" : "^13.0.1" ,
"@fastify/static" : "^8.2.0" ,
2025-02-06 15:35:40 -08:00
"@mercuryworkshop/bare-mux" : "^2.1.7" ,
2025-08-03 23:00:32 -07:00
"@mercuryworkshop/epoxy-transport" : "^2.1.28" ,
"@mercuryworkshop/libcurl-transport" : "^1.5.0" ,
2025-09-09 07:42:14 -07:00
"@mercuryworkshop/scramjet" : "https://github.com/MercuryWorkshop/scramjet/releases/download/latest/mercuryworkshop-scramjet-2.0.0-alpha.tgz" ,
2025-02-06 15:35:40 -08:00
"@titaniumnetwork-dev/ultraviolet" : "^3.2.10" ,
2025-07-23 17:34:49 +00:00
"axios" : "^1.11.0" ,
2025-08-30 16:51:26 -07:00
"chii" : "^1.15.5" ,
2025-08-26 16:02:28 -07:00
"fastify" : "^5.5.0" ,
2025-08-03 23:00:32 -07:00
"pm2" : "^6.0.8" ,
2025-08-26 16:02:28 -07:00
"puppeteer" : "^24.17.0" ,
2024-09-28 11:23:07 -07:00
"wisp-server-node" : "^1.1.7" ,
2025-08-03 23:00:32 -07:00
"ws" : "^8.18.3"
2024-08-06 13:16:33 -05:00
} ,
"devDependencies" : {
2025-08-26 16:02:28 -07:00
"@babel/node" : "^7.28.0" ,
"esbuild" : "^0.25.9"
2024-07-24 22:49:30 -05:00
}
2022-02-17 21:28:07 -08:00
}