kunkun/packages/ci/package.json
Huakun Shen 943f52d929
Some checks are pending
CI / build-test (macos-14) (push) Waiting to run
CI / build-test (ubuntu-24.04) (push) Waiting to run
CI / build-test (windows-latest) (push) Waiting to run
Ci: fix desktop release CI (#50)
2025-01-07 05:16:11 -05:00

16 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"
}
}