{
  "name": "convexpress",
  "version": "2.3.0",
  "description": "Employ conventions to register express routes",
  "main": "src/index.js",
  "typings": "src/index.d.ts",
  "files": [
    "src"
  ],
  "scripts": {
    "prettier": "prettier \"src/**/*.js\" \"test/**/*.js\"",
    "prettify": "yarn prettier --write",
    "lint:prettier": "yarn prettier --list-different",
    "lint:eslint": "eslint src test",
    "lint": "yarn lint:prettier && yarn lint:eslint",
    "test": "cross-env NODE_ENV=test mocha --exit -r test/setup.js \"test/**/*.js\"",
    "coverage": "nyc -r html -r lcov -r text-summary npm run test",
    "publish-coverage": "codecov"
  },
  "author": "Paolo Scanferla <paolo.scanferla@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/staticdeploy/convexpress.git"
  },
  "bugs": {
    "url": "https://github.com/staticdeploy/convexpress/issues"
  },
  "devDependencies": {
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-conventional": "^7.1.2",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "codecov": "^3.0.0",
    "create-fs-tree": "^1.0.0",
    "cross-env": "^5.1.4",
    "eslint": "^5.10.0",
    "eslint-config-prettier": "^3.3.0",
    "husky": "^1.2.1",
    "mocha": "^5.0.4",
    "nyc": "^13.1.0",
    "prettier": "^1.15.3",
    "proxyquire": "^2.0.1",
    "sinon": "^7.2.2",
    "sinon-chai": "^3.3.0",
    "supertest": "^3.0.0"
  },
  "dependencies": {
    "@types/body-parser": "^1.16.8",
    "@types/express": "^4.11.1",
    "ajv": "^6.6.1",
    "body-parser": "^1.18.2",
    "express": "^4.16.3",
    "glob": "^7.1.2",
    "ramda": "^0.26.1",
    "swagger-ui-express": "^4.0.2",
    "type-is": "^1.6.16"
  }
}
