mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00

* feat: improve IconMultiplexer * feat: add built-in command "reload extensions" * bump package version * feat: replace @gcornut/valibot-json-schema with @valibot/to-json-schema * fix: some icon bug * fix: import path * ci: debug
35 lines
671 B
JSON
35 lines
671 B
JSON
{
|
|
"name": "create-kunkun",
|
|
"type": "module",
|
|
"version": "0.1.35",
|
|
"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": "^0.40.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
} |