mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.5 to 2.1.9. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35 lines
678 B
JSON
35 lines
678 B
JSON
{
|
|
"name": "create-kunkun",
|
|
"type": "module",
|
|
"version": "0.1.42",
|
|
"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"
|
|
]
|
|
} |