{
  "name": "@ethertech/cyberguard-web",
  "version": "1.0.0",
  "private": true,
  "description": "CyberGuard — standalone marketing site that overlays live SOC stats from the EtherTech platform's public /api/soc-stats endpoint onto static marketing copy.",
  "scripts": {
    "dev": "next dev -p ${CYBERGUARD_PORT:-3005}",
    "build": "next build",
    "start": "next start -p ${CYBERGUARD_PORT:-3005}",
    "lint": "next lint",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "next": "^15.5.20",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@types/node": "^20.17.10",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "typescript": "^5.7.2"
  },
  "engines": { "node": ">=20" }
}
