{
  "name": "seo-dashboard-app",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "astro dev --port 9126 --host 0.0.0.0",
    "build": "astro build",
    "start": "HOST=127.0.0.1 PORT=9126 node ./dist/server/entry.mjs",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@astrojs/node": "^11.1.0",
    "@astrojs/react": "^6.0.2",
    "@astrojs/vercel": "^11.0.5",
    "astro": "^7.2.0",
    "puppeteer": "^25.5.0",
    "react": "^19.2.8",
    "react-dom": "^19.2.8"
  }
}
