{
  "name": "glpro-hostinger-next",
  "version": "2.1.0",
  "private": true,
  "description": "GLPro buyer-intent supplement guide built with Next.js for Hostinger deployment",
  "scripts": {
    "dev": "next dev",
    "prebuild": "node scripts/indexnow-key.mjs",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "next": "14.2.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "typescript": "^5.4.0",
    "eslint": "^8.57.0",
    "eslint-config-next": "14.2.5"
  },
  "engines": {
    "node": "20.x",
    "npm": ">=10"
  }
}
