mirror of
https://github.com/zhigang1992/actions.git
synced 2026-01-12 22:45:39 +08:00
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "github-status",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.0.0",
|
|
"@actions/github": "^1.0.0",
|
|
"@octokit/rest": "^16.28.7",
|
|
"@types/node": "^12.7.2"
|
|
}
|
|
}
|