{
  "name": "scopeplay-website",
  "version": "1.0.0",
  "private": true,
  "description": "ScopePlay marketing site (website campaign variant) — Next.js static export + PHP contact API for Afrihost shared hosting.",
  "scripts": {
    "dev": "next dev -p 3003",
    "build": "next build",
    "postbuild": "node deploy/csp-hashes.mjs out deploy/htaccess",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "deploy": "node deploy/deploy-ftps.mjs"
  },
  "dependencies": {
    "next": "^16.3.1",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.3.3",
    "@types/node": "^26.2.0",
    "@types/react": "^19.2.18",
    "@types/react-dom": "^19.2.4",
    "basic-ftp": "^6.2.0",
    "eslint": "^9.39.5",
    "eslint-config-next": "^16.3.1",
    "tailwindcss": "^4.3.3",
    "typescript": "^6.0.3",
    "vitest": "^4.1.11"
  }
}
