mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "@vinext/cloudflare",
|
|
"version": "1.0.0-beta.6",
|
|
"description": "Cloudflare adapters for vinext (KV data cache and Images-backed image optimization).",
|
|
"homepage": "https://vinext.dev/",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cloudflare/vinext.git",
|
|
"directory": "packages/cloudflare"
|
|
},
|
|
"bin": {
|
|
"@vinext/cloudflare": "dist/cli.js",
|
|
"vinext-cloudflare": "dist/cli.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
"./internal/deploy": {
|
|
"types": "./dist/deploy.d.ts",
|
|
"import": "./dist/deploy.js"
|
|
},
|
|
"./internal/deploy-help": {
|
|
"types": "./dist/deploy-help.d.ts",
|
|
"import": "./dist/deploy-help.js"
|
|
},
|
|
"./internal/deploy-config": {
|
|
"types": "./dist/deploy-config.d.ts",
|
|
"import": "./dist/deploy-config.js"
|
|
},
|
|
"./internal/tpr": {
|
|
"types": "./dist/tpr.d.ts",
|
|
"import": "./dist/tpr.js"
|
|
},
|
|
"./internal/cdn-warm": {
|
|
"types": "./dist/cdn-warm.d.ts",
|
|
"import": "./dist/cdn-warm.js"
|
|
},
|
|
"./internal/version-deploy": {
|
|
"types": "./dist/version-deploy.d.ts",
|
|
"import": "./dist/version-deploy.js"
|
|
},
|
|
"./cache/*": {
|
|
"types": "./dist/cache/*.d.ts",
|
|
"import": "./dist/cache/*.js"
|
|
},
|
|
"./images/*": {
|
|
"types": "./dist/images/*.d.ts",
|
|
"import": "./dist/images/*.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "vp pack",
|
|
"prepack": "vp run build",
|
|
"dev": "vp pack --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"vinext": "workspace:*",
|
|
"vite": "catalog:",
|
|
"vite-plus": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"vinext": "workspace:^"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|