{
  "name": "@loopback/rest",
  "description": "Expose controllers as REST endpoints and route REST API requests to controller methods",
  "version": "15.0.12",
  "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": "20 || 22 || 24"
  },
  "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": "^7.0.0"
  },
  "dependencies": {
    "@loopback/express": "^8.0.11",
    "@loopback/http-server": "^7.0.11",
    "@loopback/openapi-v3": "^11.0.12",
    "@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0",
    "@types/body-parser": "^1.19.6",
    "@types/cors": "^2.8.19",
    "@types/express": "^4.17.25",
    "@types/express-serve-static-core": "^4.19.8",
    "@types/http-errors": "^2.0.5",
    "@types/on-finished": "^2.3.5",
    "@types/serve-static": "2.2.0",
    "@types/type-is": "^1.6.7",
    "ajv": "^8.18.0",
    "ajv-errors": "^3.0.0",
    "ajv-formats": "^3.0.1",
    "ajv-keywords": "^5.1.0",
    "body-parser": "^2.2.2",
    "cors": "^2.8.6",
    "debug": "^4.4.3",
    "express": "^4.22.1",
    "http-errors": "^2.0.1",
    "js-yaml": "^4.1.1",
    "json-schema-compare": "^0.2.2",
    "lodash": "^4.18.1",
    "on-finished": "^2.4.1",
    "path-to-regexp": "^6.3.0",
    "qs": "^6.15.1",
    "strong-error-handler": "^5.0.30",
    "tslib": "^2.8.1",
    "type-is": "^2.0.1",
    "validator": "^13.15.35"
  },
  "devDependencies": {
    "@loopback/build": "^12.0.11",
    "@loopback/core": "^7.0.11",
    "@loopback/eslint-config": "^16.0.1",
    "@loopback/openapi-spec-builder": "^8.0.11",
    "@loopback/repository": "^8.0.11",
    "@loopback/testlab": "^8.0.11",
    "@types/debug": "^4.1.13",
    "@types/js-yaml": "^4.0.9",
    "@types/json-schema-compare": "^0.2.4",
    "@types/lodash": "^4.17.24",
    "@types/multer": "^2.1.0",
    "@types/node": "^20.19.39",
    "@types/on-finished": "^2.3.5",
    "@types/qs": "^6.15.0",
    "multer": "^2.1.1"
  },
  "gitHead": "c8e659000db94b7fcda374462a56828eefd43455"
}
