{
  "name": "aiw-voice-marketing",
  "version": "0.1.0",
  "private": true,
  "description": "Asqvox marketing site - Next.js 14 App Router. Public marketing routes only (/, /about, /how-it-works, /pricing, /investors, /contact, /privacy-policy, /terms, /security). All authed/app routes live in aiw-voice-app (the SPA) at app.<domain>.",
  "scripts": {
    "dev": "next dev -p 3001",
    "//prebuild": "npm runs this AUTOMATICALLY before `npm run build` (lifecycle hook). Reads git history per-marketing-route and writes lib/lastmod.generated.json, which sitemap.ts consumes for accurate <lastmod> values (T-06 SEO audit fix). Requires .git in build context - see marketing/.dockerignore.",
    "prebuild": "node scripts/generate-lastmod.mjs",
    "build": "next build",
    "start": "next start -p 3001",
    "lint": "next lint",
    "typecheck": "tsc --noEmit"
  },
  "//deps-note": "framer-motion + lucide-react are STAGED for Batch 3-6 (motion-heavy /about + /how-it-works ports; homepage lucide icons). Pinned to aiw-voice-app's versions to prevent cross-package drift. Imported nowhere yet - intentional, not dead code.",
  "dependencies": {
    "country-flag-icons": "^1.6.20",
    "framer-motion": "^12.39.0",
    "lucide-react": "^1.11.0",
    "next": "^14.2.18",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@types/node": "^20.16.5",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "eslint": "^8.57.1",
    "eslint-config-next": "^14.2.18",
    "typescript": "^5.5.4"
  }
}
