{
  "name": "@hellomd/node-sdk",
  "version": "0.50.13",
  "main": "src/index.js",
  "repository": "https://github.com/hellomd/node-sdk",
  "author": "Marcello Milhomem Albuquerque <marcello.m.albuquerque@gmail.com>",
  "license": "MIT",
  "bin": {
    "node-sdk": "./src/cli/index.js"
  },
  "scripts": {
    "test": "cross-env ENV=test mocha --require test/common",
    "lint": "eslint src",
    "test:watch": "cross-env ENV=test mocha --require test/common --watch",
    "patch": "npm version patch && npm publish --access public",
    "minor": "npm version minor && npm publish --access public",
    "major": "npm version major && npm publish --access public",
    "prepare": "install-self-peers -- --ignore-scripts",
    "prepublishOnly": "yarn test",
    "postpublish": "git push origin master --follow-tags"
  },
  "dependencies": {
    "@sentry/node": "^5.21.0",
    "amqplib": "^0.6.0",
    "axios": "^0.19.2",
    "axios-mock-adapter": "^1.18.2",
    "elastic-apm-node": "^3.6.1",
    "es6-promisify": "^6.1.1",
    "jsonwebtoken": "^8.5.1",
    "koa-requestid": "^2.1.0",
    "moment": "^2.27.0",
    "ramda": "^0.27.0",
    "stoppable": "^1.1.0",
    "validate.js": "^0.13.1",
    "winston": "^3.3.3",
    "winston-transport": "^4.4.0",
    "yargs": "^15.4.1"
  },
  "devDependencies": {
    "@hellomd/eslint-config-default": "^0.0.12",
    "@team-griffin/install-self-peers": "^1.1.1",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "cross-env": "^7.0.2",
    "dotenv": "^8.2.0",
    "eslint": "^7.5.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-jest": "^23.19.0",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.11",
    "mocha": "^8.0.1",
    "prettier": "^2.0.5",
    "sinon": "^8.1.1",
    "sinon-chai": "^3.4.0",
    "supertest": "^4.0.2"
  },
  "peerDependencies": {
    "knex": "~0.21.1 || ~0.20.1",
    "koa": "^2.4.1",
    "mongodb": "^3.5.8 || ^3.1.10",
    "pg": "^8.2.1 || ^7.12.1",
    "postgres-migrations": "^4.0.3 || ^3.0.2"
  },
  "peerDependenciesMeta": {
    "knex": {
      "optional": true
    },
    "koa": {
      "optional": false
    },
    "mongodb": {
      "optional": true
    },
    "pg": {
      "optional": true
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,css,json,md}": [
      "prettier --write"
    ],
    "*.js": [
      "eslint --fix"
    ]
  }
}
