kunkun/apps/create-kunkun/package.json
Huakun Shen 7b6c0934ab
Feature: add helper api (#95)
* feat: add helper API for installation guides and update UI components

- Implement helperAPI with methods to navigate to installation guides for Deno, FFmpeg, and Homebrew
- Update extension and help page components to use new helper API
- Modify command filtering in builtin commands
- Adjust page navigation in help pages to use goHome instead of goBack
- Remove unused imports and clean up components

* chore: bump @kksh/api to 0.1.2 and update dependent packages
2025-02-07 02:41:50 -05:00

35 lines
678 B
JSON

{
"name": "create-kunkun",
"type": "module",
"version": "0.1.45",
"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.1.9"
},
"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"
]
}