mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
41 lines
859 B
JSON
41 lines
859 B
JSON
{
|
|
"name": "create-vinext-app",
|
|
"version": "1.0.0-beta.2",
|
|
"description": "Create a vinext app for Cloudflare Workers.",
|
|
"homepage": "https://vinext.dev/",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cloudflare/vinext.git",
|
|
"directory": "packages/create-vinext-app"
|
|
},
|
|
"bin": {
|
|
"create-vinext-app": "dist/cli.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "vp pack",
|
|
"prepack": "vp run build",
|
|
"dev": "vp pack --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"am-i-vibing": "catalog:",
|
|
"magic-string": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-plus": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|