@astrojs/cloudflare
Version:
Deploy your site to Cloudflare Workers/Pages
59 lines • 1.72 kB
JSON
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages",
"version": "12.6.12",
"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",
"./entrypoints/server.js": "./dist/entrypoints/server.js",
"./entrypoints/middleware.js": "./dist/entrypoints/middleware.js",
"./image-service": "./dist/entrypoints/image-service.js",
"./image-endpoint": "./dist/entrypoints/image-endpoint.js",
"./handler": "./dist/utils/handler.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"dependencies": {
"@cloudflare/workers-types": "^4.20251121.0",
"tinyglobby": "^0.2.15",
"vite": "^6.4.1",
"wrangler": "4.50.0",
"@astrojs/internal-helpers": "0.7.5",
"@astrojs/underscore-redirects": "1.0.0"
},
"peerDependencies": {
"astro": "^5.7.0"
},
"devDependencies": {
"cheerio": "1.1.2",
"devalue": "^5.5.0",
"rollup": "^4.53.3",
"astro": "5.16.1",
"astro-scripts": "0.0.14"
},
"publishConfig": {
"provenance": true
},
"scripts": {
"dev": "astro-scripts dev \"src/**/*.ts\"",
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",
"test": "astro-scripts test \"test/**/*.test.js\""
}
}