swc/.github/bot/package.json
Donny/강동윤 886bf0e9c2
chore: Implement Determine nightly version (#9061)
**Description:**

This is a follow-up PR of https://github.com/swc-project/swc/pull/9060. I'll integrate `swc-ecosystem-ci` into publish pipeline to prevent regressions.
2024-06-16 19:29:18 +09:00

17 lines
299 B
JSON

{
"name": "swc-bot",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/node": "^17.0.17",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"yaml": "^1.10.2"
}
}