{
  "name": "foo-4-pipeline-notify-discord-bot",
  "version": "1.1.0",
  "main": "index.js",
  "bin": {
    "foo-4-pipeline-notify-discord-bot": "./index.js"
  },
  "license": "MIT",
  "dependencies": {
    "axios": "^0.24.0",
    "dotenv": "^10.0.0"
  },
  "scripts": {
    "start": "node index.js"
  }
}
