mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"name": "@kksh/ci",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepare": "bun scripts/setup.ts",
|
|
"ci-env-check": "bun scripts/ci-env-check.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@kksh/typescript-config": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|