{
  "name": "@astrojs/cloudflare",
  "description": "Deploy your site to Cloudflare Workers/Pages",
  "version": "7.0.0-beta.1",
  "type": "module",
  "types": "./dist/index.d.ts",
  "author": "withastro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "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",
    "./runtime": {
      "types": "./runtime.d.ts",
      "default": "./dist/runtime.js"
    },
    "./server.advanced.js": "./dist/server.advanced.js",
    "./server.directory.js": "./dist/server.directory.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "runtime.d.ts"
  ],
  "scripts": {
    "build": "astro-scripts build \"src/**/*.ts\" && tsc",
    "build:ci": "astro-scripts build \"src/**/*.ts\"",
    "dev": "astro-scripts dev \"src/**/*.ts\"",
    "test": "mocha --exit --timeout 30000 test/",
    "test:match": "mocha --exit --timeout 30000 -g"
  },
  "dependencies": {
    "@astrojs/underscore-redirects": "workspace:*",
    "@cloudflare/workers-types": "^4.20230518.0",
    "esbuild": "^0.18.16",
    "tiny-glob": "^0.2.9"
  },
  "peerDependencies": {
    "astro": "workspace:^3.0.0-beta.1"
  },
  "devDependencies": {
    "astro": "workspace:*",
    "astro-scripts": "workspace:*",
    "chai": "^4.3.7",
    "cheerio": "1.0.0-rc.12",
    "mocha": "^9.2.2",
    "wrangler": "^2.0.23"
  }
}