{
  "name": "pm2-discord2",
  "version": "0.1.2",
  "description": "A PM2 module to emit events to discord, for your second processes.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/idinium96/pm2-discord2"
  },
  "keywords": [
    "pm2",
    "discord"
  ],
  "author": "Francisco <info@franciscog.com> (https://github.com/FranciscoG)",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/idinium96/pm2-discord2/blob/master/LICENSE"
    }
  ],
  "bugs": {
    "url": "https://github.com/FranciscoG/pm2-discord/issues"
  },
  "homepage": "https://github.com/FranciscoG/pm2-discord",
  "dependencies": {
    "pm2": "^4.1.2",
    "pmx": "^1.6.7",
    "request": "^2.88.0",
    "strip-ansi": "^6.0.0"
  },
  "config": {
    "discord_url": null,
    "process_name": null,
    "log": true,
    "error": false,
    "kill": true,
    "exception": true,
    "restart": false,
    "delete": false,
    "stop": true,
    "restart overlimit": true,
    "exit": false,
    "start": false,
    "online": false,
    "buffer": true,
    "buffer_seconds": 1,
    "queue_max": 100
  }
}
