{
  "name": "@loopback/rest",
  "description": "Expose controllers as REST endpoints and route REST API requests to controller methods",
  "version": "14.0.7",
  "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/rest"
  },
  "engines": {
    "node": "18 || 20 || 22"
  },
  "scripts": {
    "acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
    "build": "lb-tsc",
    "clean": "lb-clean loopback-rest*.tgz dist *.tsbuildinfo package",
    "pretest": "npm run build",
    "integration": "lb-mocha \"dist/__tests__/integration/**/*.js\"",
    "test": "lb-mocha \"dist/__tests__/**/*.js\"",
    "unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
    "verify": "npm pack && tar xf loopback-rest*.tgz && tree package && npm run clean"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__"
  ],
  "peerDependencies": {
    "@loopback/core": "^6.0.0"
  },
  "dependencies": {
    "@loopback/express": "^7.0.7",
    "@loopback/http-server": "^6.0.7",
    "@loopback/openapi-v3": "^10.0.7",
    "@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0",
    "@types/body-parser": "^1.19.5",
    "@types/cors": "^2.8.17",
    "@types/express": "^4.17.21",
    "@types/express-serve-static-core": "^4.17.37",
    "@types/http-errors": "^2.0.4",
    "@types/on-finished": "^2.3.4",
    "@types/serve-static": "1.15.7",
    "@types/type-is": "^1.6.6",
    "ajv": "^8.16.0",
    "ajv-errors": "^3.0.0",
    "ajv-formats": "^3.0.1",
    "ajv-keywords": "^5.1.0",
    "body-parser": "^1.20.3",
    "cors": "^2.8.5",
    "debug": "^4.3.7",
    "express": "^4.19.2",
    "http-errors": "^2.0.0",
    "js-yaml": "^4.1.0",
    "json-schema-compare": "^0.2.2",
    "lodash": "^4.17.21",
    "on-finished": "^2.4.1",
    "path-to-regexp": "^6.2.2",
    "qs": "^6.13.0",
    "strong-error-handler": "^5.0.10",
    "tslib": "^2.6.3",
    "type-is": "^1.6.18",
    "validator": "^13.12.0"
  },
  "devDependencies": {
    "@loopback/build": "^11.0.6",
    "@loopback/core": "^6.1.4",
    "@loopback/eslint-config": "^15.0.4",
    "@loopback/openapi-spec-builder": "^7.0.6",
    "@loopback/repository": "^7.0.7",
    "@loopback/testlab": "^7.0.6",
    "@types/debug": "^4.1.12",
    "@types/js-yaml": "^4.0.9",
    "@types/json-schema-compare": "^0.2.4",
    "@types/lodash": "^4.17.10",
    "@types/multer": "^1.4.12",
    "@types/node": "^16.18.101",
    "@types/on-finished": "^2.3.4",
    "@types/qs": "^6.9.16",
    "multer": "^1.4.4"
  },
  "gitHead": "5bca4d1d6af77cd5ea8fdecf55b11b939efbf217"
}
