@netcentric/cm-notify-core
Version:
Adobe Cloud Manager Pipeline Notifications to Slack, Teams and Email
32 lines (31 loc) • 656 B
JSON
{
"name": "@netcentric/cm-notify-core",
"version": "1.0.12",
"description": "Adobe Cloud Manager Pipeline Notifications to Slack, Teams and Email",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/netcentric/cm-notify-core"
},
"main": "core/index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"dotenv": "16.5.0",
"simple-oauth2": "^5.1.0"
},
"keywords": [
"Cloud Manager",
"Notifications",
"Slack",
"Teams",
"Email",
"Adobe",
"Pipelines"
]
}