{
  "name": "@loopback/express",
  "description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors",
  "version": "6.1.3",
  "keywords": [
    "loopback-extension",
    "loopback"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "IBM Corp. and LoopBack contributors",
  "copyright.owner": "IBM Corp. and LoopBack contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/loopback-next.git",
    "directory": "packages/express"
  },
  "engines": {
    "node": "16 || 18 || 20"
  },
  "scripts": {
    "build": "lb-tsc",
    "build:watch": "lb-tsc --watch",
    "pretest": "npm run clean && npm run build",
    "test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
    "test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js",
    "clean": "lb-clean dist *.tsbuildinfo .eslintcache"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__"
  ],
  "peerDependencies": {
    "@loopback/core": "^5.0.0"
  },
  "dependencies": {
    "@loopback/http-server": "^5.1.3",
    "@types/body-parser": "^1.19.2",
    "@types/express": "^4.17.17",
    "@types/express-serve-static-core": "^4.17.36",
    "@types/http-errors": "^2.0.1",
    "body-parser": "^1.20.2",
    "debug": "^4.3.4",
    "express": "^4.18.2",
    "http-errors": "^2.0.0",
    "on-finished": "^2.4.1",
    "toposort": "^2.0.2",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@loopback/build": "^10.1.3",
    "@loopback/core": "^5.1.3",
    "@loopback/testlab": "^6.1.3",
    "@types/debug": "^4.1.8",
    "@types/node": "^16.18.50",
    "@types/on-finished": "^2.3.2",
    "@types/toposort": "^2.0.3",
    "source-map-support": "^0.5.21",
    "typescript": "~5.2.2"
  },
  "gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d"
}
