kunkun/packages/ci/package.json
Huakun Shen e11343169c
ci: update TypeScript version and refine CI workflow steps
- 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.
2025-01-07 01:07:26 -05:00

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