28 lines
674 B
JSON
28 lines
674 B
JSON
{
|
|
"name": "slack-github-action",
|
|
"version": "1.3.2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/stevengill/slack-github-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/stevengill/slack-github-action/issues"
|
|
},
|
|
"homepage": "https://github.com/stevengill/slack-github-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/github": "^4.0.0",
|
|
"@slack/web-api": "^5.13.0",
|
|
"axios": "^0.21.0",
|
|
"flat": "^5.0.2"
|
|
}
|
|
}
|