{
  "name": "@tgriesser/promise-router",
  "version": "3.1.0",
  "description": "Express router ready for async/await in the route methods",
  "main": "lib/promise-router.js",
  "types": "lib/promise-router.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/tgriesser/promise-router.git"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "prepublish": "yarn run build && yarn test",
    "build": "tsc",
    "test": "jest",
    "test:debug": "node --inspect-brk ./node_modules/.bin/jest"
  },
  "dependencies": {
    "array-flatten": "1.1.1"
  },
  "peerDependencies": {
    "express": ">=4.0"
  },
  "devDependencies": {
    "@types/express": "^4.11.1",
    "@types/jest": "^25.2.3",
    "@types/node": "12.12.2",
    "@types/supertest": "^2.0.9",
    "express": "^4.17.1",
    "jest": "26.0.1",
    "prettier": "^2.0.5",
    "supertest": "4.0.2",
    "ts-jest": "^26.0.0",
    "typescript": "^3.9.3"
  }
}
