mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
886bf0e9c2
**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.
17 lines
299 B
JSON
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"
|
|
}
|
|
}
|