27eecd3998
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@astrojs/cloudflare",
|
|
"description": "Deploy your site to cloudflare workers or cloudflare pages",
|
|
"version": "6.1.2",
|
|
"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"
|
|
},
|
|
"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/"
|
|
},
|
|
"dependencies": {
|
|
"esbuild": "^0.15.18",
|
|
"tiny-glob": "^0.2.9"
|
|
},
|
|
"peerDependencies": {
|
|
"astro": "workspace:^2.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "workspace:*",
|
|
"astro-scripts": "workspace:*",
|
|
"chai": "^4.3.6",
|
|
"cheerio": "^1.0.0-rc.11",
|
|
"mocha": "^9.2.2",
|
|
"wrangler": "^2.0.23"
|
|
}
|
|
}
|