kunkun/apps/create-kunkun/package.json
Huakun 0bca6739a7
[feat] New sysinfo api, update dep (#251)
* update tauri-plugin-system-info submodule to latest commit cb32fe8

* Update dependencies to latest versions, including valibot to 1.0.0-rc.4 and kkrpc to 0.2.1 across multiple packages. Bump api package version to 0.1.6.

* Update desktop and API package versions; change development server port and URL
2025-03-18 08:42:39 -04:00

35 lines
675 B
JSON

{
"name": "create-kunkun",
"type": "module",
"version": "0.1.49",
"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-rc.4"
},
"files": [
"dist"
]
}