mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-20 13:39:15 +00:00

- Bumped TypeScript version to 5.7.2 in both package.json and pnpm-lock.yaml for improved compatibility. - Adjusted the CI workflow to correctly set the OpenSSL directory environment variable. - Updated the environment check step to use a new script, enhancing the CI process.
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"
|
|
}
|
|
}
|