{
  "name": "fbmessenger",
  "version": "5.0.3",
  "description": "A simple wrapper for Facebook Messenger Bots",
  "keywords": [
    "Facebook",
    "Messenger",
    "Bot",
    "SendAPI",
    "Chatbot",
    "es6"
  ],
  "main": "./dist/Messenger.js",
  "scripts": {
    "build": "babel src --out-dir dist",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "coverage": "cross-env NODE_ENV=test nyc npm test",
    "prepublish": "npm run build",
    "lint": "eslint src/",
    "release": "standard-version",
    "test": "cross-env NODE_ENV=test jest",
    "travis-coveralls": "npm run test && cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rickydunlop/fbmessenger-node.git"
  },
  "contributors": {
    "name": "Ricky Dunlop"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rickydunlop/fbmessenger-node/issues"
  },
  "homepage": "https://github.com/rickydunlop/fbmessenger-node#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.5",
    "babel-jest": "^23.0.1",
    "babel-preset-env": "^1.7.0",
    "coveralls": "^3.0.1",
    "cross-env": "^5.2.0",
    "eslint": "^5.0.0",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-plugin-import": "^2.13.0",
    "husky": "^0.14.3",
    "jest": "^23.2.0",
    "nock": "^10.0.0"
  },
  "dependencies": {
    "@commitlint/cli": "^7.0.0",
    "@commitlint/config-angular": "^7.0.1",
    "node-fetch": "^2.1.2"
  },
  "jest": {
    "collectCoverage": true
  }
}
