{
  "name": "firecrawl-test-site",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "test:prepare": "astro build && astro preview --host 127.0.0.1 --port 4321 --strictPort",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/mdx": "^5.0.3",
    "@astrojs/rss": "^4.0.18",
    "@astrojs/sitemap": "^3.7.2",
    "astro": "^6.3.3",
    "sharp": "^0.34.5"
  },
  "devDependencies": {
    "prettier": "^3.8.1",
    "prettier-plugin-astro": "^0.14.1"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild",
      "sharp"
    ],
    "overrides": {
      "fast-xml-builder": ">=1.1.6 <2.0.0",
      "fast-xml-parser": "^5.7.0",
      "devalue": ">=5.8.1 <6.0.0",
      "h3": ">=1.15.9",
      "picomatch@<4.0.4": ">=4.0.4",
      "smol-toml@<1.6.1": ">=1.6.1",
      "defu": ">=6.1.5",
      "vite@>=7.0.0 <8.0.0": ">=7.3.2 <8.0.0",
      "postcss@<8.5.10": ">=8.5.10 <9.0.0"
    }
  }
}
