{
  "name": "@loopback/openapi-v3",
  "description": "Decorators that annotate LoopBack artifacts with OpenAPI v3 metadata and utilities that transform LoopBack metadata to OpenAPI v3 specifications",
  "version": "9.1.3",
  "keywords": [
    "Swagger",
    "OpenAPI Spec",
    "TypeScript"
  ],
  "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/openapi-v3"
  },
  "engines": {
    "node": "16 || 18 || 20"
  },
  "scripts": {
    "build": "lb-tsc",
    "clean": "lb-clean loopback-openapi-v3*.tgz dist *.tsbuildinfo package",
    "integration": "lb-mocha \"dist/__tests__/integration/**/*.js\"",
    "pretest": "npm run build",
    "test": "lb-mocha \"dist/__tests__/**/*.js\"",
    "unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
    "verify": "npm pack && tar xf loopback-openapi-v3*.tgz && tree package && npm run clean"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__"
  ],
  "peerDependencies": {
    "@loopback/core": "^5.0.0"
  },
  "dependencies": {
    "@loopback/repository-json-schema": "^7.1.3",
    "debug": "^4.3.4",
    "http-status": "^1.7.0",
    "json-merge-patch": "^1.0.2",
    "lodash": "^4.17.21",
    "openapi3-ts": "^2.0.2",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@loopback/build": "^10.1.3",
    "@loopback/core": "^5.1.3",
    "@loopback/eslint-config": "^14.0.4",
    "@loopback/openapi-spec-builder": "^6.1.3",
    "@loopback/repository": "^6.1.3",
    "@loopback/testlab": "^6.1.3",
    "@types/debug": "^4.1.8",
    "@types/json-merge-patch": "0.0.8",
    "@types/lodash": "^4.14.198",
    "@types/node": "^16.18.50"
  },
  "gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d"
}
