{
  "name": "hubot-mailchimp",
  "description": "Use Hubot to add or remove members to a mailing list and get a report of your latest sent campaign.",
  "version": "2.0.5",
  "author": {
    "name": "Mathieu BAUMGARTNER",
    "email": "https://github.com/m-baumgartner"
  },
  "homepage": "https://github.com/hubot-archive/hubot-mailchimp",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "mailchimp"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/hubot-archive/hubot-mailchimp.git"
  },
  "bugs": {
    "url": "https://github.com/hubot-archive/hubot-mailchimp/issues"
  },
  "dependencies": {
    "@mailchimp/mailchimp_marketing": "^3.0.80"
  },
  "peerDependencies": {
    "hubot": "^14"
  },
  "devDependencies": {
    "eslint": "^8.46.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.28.0",
    "hubot": "^14",
    "nock": "^13.3.2"
  },
  "main": "index.js",
  "scripts": {
    "test": "script/test"
  }
}
