mirror of https://github.com/YunYouJun/valaxy
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "create-valaxy",
|
|
"type": "module",
|
|
"version": "0.23.5",
|
|
"description": "Create Starter Template for Valaxy",
|
|
"author": {
|
|
"email": "me@yunyoujun.cn",
|
|
"name": "YunYouJun",
|
|
"url": "https://www.yunyoujun.cn"
|
|
},
|
|
"funding": "https://github.com/sponsors/YunYouJun",
|
|
"homepage": "https://valaxy.site",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/YunYouJun/valaxy/tree/main/packages/create-valaxy"
|
|
},
|
|
"main": "bin/index.mjs",
|
|
"bin": {
|
|
"create-valaxy": "bin/index.mjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"template-*/**/*"
|
|
],
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "unbuild",
|
|
"dev": "unbuild --stub",
|
|
"prepublishOnly": "npm run build",
|
|
"release": "bumpp --no-commit --no-tag --no-push && pnpm publish --no-git-checks --tag beta",
|
|
"start": "tsx src/index.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"consola": "catalog:",
|
|
"execa": "9.0.2",
|
|
"minimist": "^1.2.8",
|
|
"prompts": "^2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/minimist": "^1.2.5"
|
|
}
|
|
}
|