{
  "name": "@astrojs/cloudflare",
  "description": "Deploy your site to Cloudflare Workers",
  "version": "13.7.0",
  "type": "module",
  "types": "./dist/index.d.ts",
  "author": "withastro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/withastro/astro.git",
    "directory": "packages/integrations/cloudflare"
  },
  "keywords": [
    "withastro",
    "astro-adapter"
  ],
  "bugs": "https://github.com/withastro/astro/issues",
  "homepage": "https://docs.astro.build/en/guides/integrations-guide/cloudflare/",
  "exports": {
    ".": "./dist/index.js",
    "./entrypoints/server": "./dist/entrypoints/server.js",
    "./entrypoints/preview": "./dist/entrypoints/preview.js",
    "./entrypoints/server.js": "./dist/entrypoints/server.js",
    "./image-service": "./dist/entrypoints/image-service-external.js",
    "./image-transform-endpoint": "./dist/entrypoints/image-transform-endpoint.js",
    "./image-passthrough-endpoint": "./dist/entrypoints/image-passthrough-endpoint.js",
    "./image-service-workerd": "./dist/entrypoints/image-service-workerd.js",
    "./handler": "./dist/utils/handler.js",
    "./fetch": "./dist/fetch.js",
    "./hono": "./dist/hono.js",
    "./types.d.ts": "./types.d.ts",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "types.d.ts"
  ],
  "dependencies": {
    "@cloudflare/vite-plugin": "^1.39.0",
    "piccolore": "^0.1.3",
    "tinyglobby": "^0.2.15",
    "vite": "^7.3.2",
    "@astrojs/internal-helpers": "0.10.0",
    "@astrojs/underscore-redirects": "1.0.3"
  },
  "peerDependencies": {
    "astro": "^6.3.0",
    "wrangler": "^4.83.0"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20260526.1",
    "@types/node": "^22.10.6",
    "@types/prismjs": "1.26.6",
    "cheerio": "1.2.0",
    "devalue": "^5.8.1",
    "prismjs": "^1.30.0",
    "astro": "6.4.5",
    "astro-scripts": "0.0.14"
  },
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "dev": "astro-scripts dev \"src/**/*.ts\"",
    "build": "astro-scripts build \"src/**/*.ts\" --clean-dts && tsc -b",
    "build:ci": "astro-scripts build \"src/**/*.ts\"",
    "test": "astro-scripts test --force-exit \"test/**/*.test.ts\""
  }
}