{
  "name": "subrequests-express",
  "version": "3.3.2",
  "description": "Integrates Subrequests in your Express project",
  "main": "index.js",
  "scripts": {
    "coverage": "istanbul check-coverage --statements 100 --lines 100 --branches 100 --functions 100 **/coverage.json",
    "test": "npm run build && istanbul cover --print both nodeunit ./test",
    "commitmsg": "validate-commit-msg",
    "precommit": "npm run flow && npm run lint",
    "prepush": "npm test && npm run coverage",
    "semantic-release": "semantic-release",
    "postinstall": "npm run build",
    "flow": "flow",
    "build": "flow-remove-types src/ --out-dir lib/ && flow-copy-source src lib",
    "lint": "eslint src",
    "snyk-protect": "snyk protect",
    "prepublish": "yarn run snyk-protect"
  },
  "keywords": [
    "subrequests",
    "express",
    "http"
  ],
  "author": "Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com> (e0ipso)",
  "license": "GPL-2.0",
  "peerDependencies": {
    "express": "^4.14.0",
    "subrequests": "^2.7.3"
  },
  "devDependencies": {
    "babel-eslint": "^9.0.0",
    "eslint": "^5.0.0",
    "eslint-config-airbnb-base": "^12.0.0",
    "eslint-plugin-flowtype": "^3.2.0",
    "eslint-plugin-import": "^2.7.0",
    "express": "^4.14.0",
    "flow-bin": "^0.87.0",
    "husky": "^1.0.0",
    "istanbul": "^0.4.5",
    "nodeunit": "^0.11.1",
    "semantic-release": "^15.0.0",
    "semantic-release-conventional-commits": "^2.0.0",
    "sinon": "^6.0.0",
    "subrequests": "^2.8.1",
    "validate-commit-msg": "^2.14.0"
  },
  "dependencies": {
    "body-parser": "^1.17.2",
    "config": "^3.0.0",
    "flow-copy-source": "^2.0.2",
    "flow-remove-types": "^1.2.1",
    "lodash": "^4.17.21",
    "qs": "^6.5.1",
    "snyk": "^1.319.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/e0ipso/subrequests-express.git"
  },
  "release": {
    "analyzeCommits": "semantic-release-conventional-commits"
  },
  "snyk": true
}
