{
  "name": "403-forbidden",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev -H 0.0.0.0",
    "dev:https": "node deploy/ensure-https-certs.mjs && next dev -H 0.0.0.0 --experimental-https --experimental-https-key ./certificates/localhost-key.pem --experimental-https-cert ./certificates/localhost.pem",
    "build": "next build",
    "start": "next start -H 0.0.0.0",
    "start:https": "node deploy/ensure-https-certs.mjs && next start -H 0.0.0.0 --experimental-https --experimental-https-key ./certificates/localhost-key.pem --experimental-https-cert ./certificates/localhost.pem",
    "install:bootstrap": "npm install --no-audit --no-fund",
    "lint": "eslint",
    "deploy:zip": "powershell -ExecutionPolicy Bypass -File scripts/create-deploy-zip.ps1"
  },
  "dependencies": {
    "device-detector-js": "^3.0.3",
    "geoip-lite": "^2.0.3",
    "iron-session": "^8.0.4",
    "isbot": "^5.2.1",
    "maxmind": "^5.0.7",
    "next": "16.3.2",
    "react": "19.2.8",
    "react-dom": "19.2.8",
    "selfsigned": "^2.4.1",
    "sweetalert2": "^11.26.25",
    "undici": "^8.10.0"
  },
  "devDependencies": {
    "@types/geoip-lite": "^1.4.4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "typescript": "^5"
  }
}
