{
  "name": "@example/middleware",
  "type": "module",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro",
    "server": "node dist/server/entry.mjs"
  },
  "dependencies": {
    "@astrojs/node": "^8.3.2",
    "astro": "^4.11.6",
    "html-minifier": "^4.0.0"
  },
  "devDependencies": {
    "@types/html-minifier": "^4.0.5"
  }
}