{
  "name": "pify-express-handler",
  "version": "1.2.0",
  "description": "Turn an Express HTTP handler into a promise for cleaner testing.",
  "main": "build/index.js",
  "scripts": {
    "build": "rimraf build && tsc src/index.ts --outDir build",
    "build:dev": "nodemon -e ts --watch src --exec 'npm run build'",
    "build:test": "npm run build && tsc src/index.test.ts --outDir build",
    "test": "npm run build:test && mocha build/index.test.js",
    "test:dev": "nodemon -e ts --watch src --exec 'npm test'"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bvanderdrift/pify-express-handler.git"
  },
  "keywords": [
    "pify",
    "promisify",
    "express",
    "handler"
  ],
  "author": "Beer van der Drift",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bvanderdrift/pify-express-handler/issues"
  },
  "homepage": "https://github.com/bvanderdrift/pify-express-handler#readme",
  "devDependencies": {
    "@sinonjs/fake-timers": "^6.0.1",
    "@types/chai": "^4.2.14",
    "@types/mocha": "^8.2.0",
    "@types/sinonjs__fake-timers": "^6.0.2",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "chai": "^4.2.0",
    "eslint": "^7.15.0",
    "mocha": "^8.2.1",
    "nodemon": "^2.0.6",
    "rimraf": "^3.0.2",
    "typescript": "^4.1.3",
    "@google-cloud/functions-framework": "^1.7.1",
    "@types/express": "^4.17.9",
    "firebase-admin": "^9.4.2",
    "firebase-functions": "^3.13.0"
  },
  "dependencies": {}
}
