Files
actions/github-deploystatus/package.json
2019-08-20 09:35:07 +02:00

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