2022-06-16 14:12:25 +00:00
|
|
|
{
|
|
|
|
"name": "@astrojs/cloudflare",
|
2023-03-13 14:25:47 +00:00
|
|
|
"description": "Deploy your site to Cloudflare Workers/Pages",
|
2023-06-20 14:32:26 +00:00
|
|
|
"version": "6.5.1",
|
2022-06-16 14:12:25 +00:00
|
|
|
"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"
|
|
|
|
},
|
2022-07-08 20:57:10 +00:00
|
|
|
"keywords": [
|
2022-08-30 20:19:19 +00:00
|
|
|
"withastro",
|
2022-07-08 20:57:10 +00:00
|
|
|
"astro-adapter"
|
|
|
|
],
|
2022-06-16 14:12:25 +00:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2022-07-11 19:10:34 +00:00
|
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/cloudflare/",
|
2022-06-16 14:12:25 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
2022-10-28 14:20:20 +00:00
|
|
|
"./runtime": {
|
|
|
|
"types": "./runtime.d.ts",
|
|
|
|
"default": "./dist/runtime.js"
|
|
|
|
},
|
2022-08-08 17:10:48 +00:00
|
|
|
"./server.advanced.js": "./dist/server.advanced.js",
|
|
|
|
"./server.directory.js": "./dist/server.directory.js",
|
2022-06-16 14:12:25 +00:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2023-05-17 08:54:00 +00:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"runtime.d.ts"
|
|
|
|
],
|
2022-06-16 14:12:25 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
2022-07-27 15:50:48 +00:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
2022-07-27 20:15:19 +00:00
|
|
|
"test": "mocha --exit --timeout 30000 test/"
|
2022-06-16 14:12:25 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-05 13:03:20 +00:00
|
|
|
"@astrojs/underscore-redirects": "^0.1.0",
|
2023-06-13 20:34:44 +00:00
|
|
|
"@cloudflare/workers-types": "^4.20230518.0",
|
2023-06-21 13:09:49 +00:00
|
|
|
"esbuild": "^0.17.19",
|
2022-11-21 13:31:21 +00:00
|
|
|
"tiny-glob": "^0.2.9"
|
2022-06-16 14:12:25 +00:00
|
|
|
},
|
2022-11-07 15:05:12 +00:00
|
|
|
"peerDependencies": {
|
2023-06-29 09:14:24 +00:00
|
|
|
"astro": "workspace:^2.7.2"
|
2022-11-07 15:05:12 +00:00
|
|
|
},
|
2022-06-16 14:12:25 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"astro": "workspace:*",
|
2022-08-02 20:08:21 +00:00
|
|
|
"astro-scripts": "workspace:*",
|
2023-06-21 13:09:49 +00:00
|
|
|
"chai": "^4.3.7",
|
|
|
|
"cheerio": "1.0.0-rc.12",
|
2022-09-28 15:13:33 +00:00
|
|
|
"mocha": "^9.2.2",
|
2022-08-02 20:08:21 +00:00
|
|
|
"wrangler": "^2.0.23"
|
2022-06-16 14:12:25 +00:00
|
|
|
}
|
2022-06-16 14:14:44 +00:00
|
|
|
}
|