@runnerty/notificator-slack
Version:
Runnerty module: Slack notificator
25 lines (24 loc) • 572 B
JSON
{
"name": "@runnerty/notificator-slack",
"version": "1.0.0",
"description": "Runnerty module: Slack notificator",
"author": "Coderty",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/runnerty/notificator-slack.git"
},
"keywords": [
"runnerty",
"notificator",
"slack"
],
"bugs": {
"url": "https://github.com/runnerty/notificator-slack/issues"
},
"homepage": "https://github.com/runnerty/notificator-slack#readme",
"dependencies": {
"@slack/client": "^3.10.0"
}
}