@netcentric/cm-notify
Version:
Adobe Cloud Manager Pipeline Notifications to Slack, Teams and Email
21 lines (20 loc) • 471 B
JSON
{
"name": "test",
"version": "1.0.0",
"main": "start.js",
"scripts": {
"start:app": "cm-notify start:app",
"start:ngrok": "cm-notify start:ngrok",
"setup:google": "cm-notify setup:google",
"setup:adobe": "cm-notify setup:adobe",
"test": "cm-notify test",
"template": "cm-notify aio:init ./app"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@netcentric/cm-notify": "file:.."
}
}