{
  "name": "pm2-health",
  "version": "1.12.10",
  "description": "Apps health monitor and mail notification module for pm2",
  "main": "App.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Krzysztof Heim",
  "license": "MIT",
  "dependencies": {
    "nodemailer": "6.7.0",
    "planck-http-fetch": "1.7.4",
    "pm2": "5.1.2",
    "pmx": "1.6.7"
  },
  "devDependencies": {
    "@types/node": "12.12.6",
    "@types/nodemailer": "6.4.4"
  },
  "keywords": [
    "pm2",
    "pmx",
    "monitor",
    "mail",
    "crash",
    "push",
    "metric",
    "notification",
    "module"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pankleks/pm2-health"
  },
  "config": {
    "smtp": {
      "host": "your-smtp-host",
      "port": 587,
      "user": "your-smtp-user",
      "password": "your-smtp-password",
      "disabled": false
    },
    "mailTo": "mail1,mail2",
    "replyTo": "",
    "batchPeriodM": 0,
    "batchMaxMessages": 0,
    "events": [
      "exit"
    ],
    "exceptions": true,
    "messages": true,
    "messageExcludeExps": [],
    "metric": {},
    "metricIntervalS": 60,
    "aliveTimeoutS": 300,
    "addLogs": true,
    "appsExcluded": [],
    "snapshot": {
      "url": "",
      "token": "",
      "auth": {
        "user": "",
        "password": ""
      },
      "disabled": false
    }
  }
}