PolHunter shell: default-deny gates (OUTBOUND, SIGNUPS, CURTAIN), health, placeholder page

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-19 10:16:11 -05:00
commit 1a6166abc3
5 changed files with 142 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "polhunter",
"version": "0.1.0",
"private": true,
"description": "PolHunter: gamified visits across the network, paid in POL.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"engines": {
"node": ">=20"
},
"dependencies": {}
}