{
  "name": "@netcentric/cm-notify",
  "version": "1.1.1",
  "description": "Adobe Cloud Manager Pipeline Notifications to Slack, Teams and Email",
  "license": "Apache-2.0",
  "private": false,
  "author": "dragan.filipovic@netcentric.biz",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/netcentric/cm-notify"
  },
  "main": "./index.js",
  "bin": {
    "cm-notify": "./cli/index.js"
  },
  "aio": {
    "templates": {
      "app": {
        "description": "Adobe Cloud Manager Pipeline Notifications to Slack, Teams and Email, using Adobe I/O Runtime + Cloud Manager Events",
        "path": "./templates/app"
      }
    }
  },
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "build": "esbuild ./aio-app/src/index.js --bundle --minify --platform=node --target=node22 --outfile=./aio-app/template/actions/cm-notify/index.js",
    "template": "aio app init --template ./aio-app/template --no-install"
  },
  "dependencies": {
    "@netcentric/cm-notify-core": "^1.0.12",
    "express": "5.1.0",
    "express-session": "1.18.1"
  },
  "devDependencies": {
    "@ngrok/ngrok": "1.5.0",
    "esbuild": "^0.25.3"
  },
  "peerDependencies": {
    "@adobe/aio-cli": "^10.3.4"
  },
  "keywords": [
    "Cloud Manager",
    "Notifications",
    "Slack",
    "Teams",
    "Email",
    "Adobe",
    "Pipelines",
    "aio-app-template"
  ]
}
