mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00

dev and prod environment could have the same identifier. If a dev ext is installed, user gets a warning prompt when installing from store, saying there is an existing extension. The dev extension will be removed from DB. In this commit we filter out dev extension
35 lines
678 B
JSON
35 lines
678 B
JSON
{
|
|
"name": "create-kunkun",
|
|
"type": "module",
|
|
"version": "0.1.39",
|
|
"bin": {
|
|
"create-kunkun": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "bun build.ts",
|
|
"build": "bun build.ts",
|
|
"test": "bun test --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"get-folder-size": "^5.0.0",
|
|
"tar": "^7.4.3",
|
|
"vitest": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@inquirer/prompts": "^5.5.0",
|
|
"@kksh/api": "workspace:*",
|
|
"chalk": "^5.3.0",
|
|
"commander": "^12.1.0",
|
|
"fs-extra": "^11.2.0",
|
|
"handlebars": "^4.7.8",
|
|
"valibot": "^1.0.0-beta.10"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
} |