{
  "name": "openapi-backend",
  "description": "Build, Validate, Route, Authenticate and Mock using OpenAPI definitions. Framework-agnostic",
  "version": "4.2.0",
  "author": "Viljami Kuosmanen <viljami@avoinsorsa.fi>",
  "license": "MIT",
  "keywords": [
    "openapi",
    "swagger",
    "server",
    "router",
    "validation",
    "mock",
    "express",
    "hapi",
    "koa",
    "serverless",
    "lambda",
    "azure"
  ],
  "homepage": "https://github.com/anttiviljami/openapi-backend",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anttiviljami/openapi-backend.git"
  },
  "bugs": {
    "url": "https://github.com/anttiviljami/openapi-backend/issues"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "*.js",
    "*.d.ts",
    "!*.test.*",
    "!**/*.test.*",
    "!scripts",
    "!node_modules",
    "!examples",
    "!src",
    "!*.config.js"
  ],
  "dependencies": {
    "@apidevtools/json-schema-ref-parser": "^9.0.7",
    "ajv": "^8.5.0",
    "bath-es5": "^3.0.3",
    "cookie": "^0.4.0",
    "lodash": "^4.17.15",
    "mock-json-schema": "^1.0.7",
    "openapi-schema-validator": "^9.2.0",
    "openapi-types": "^9.2.0",
    "qs": "^6.9.3"
  },
  "devDependencies": {
    "@types/cookie": "^0.3.2",
    "@types/jest": "^26.0.23",
    "@types/json-schema": "^7.0.7",
    "@types/lodash": "^4.14.122",
    "@types/node": "^15.12.3",
    "@types/qs": "^6.9.1",
    "jest": "^27.0.4",
    "markdown-toc": "^1.2.0",
    "prettier": "^2.0.4",
    "source-map-support": "^0.5.10",
    "ts-jest": "^27.0.2",
    "tslint": "^6.1.1",
    "tslint-microsoft-contrib": "^6.2.0",
    "typescript": "^4.3.2"
  },
  "scripts": {
    "build": "tsc",
    "watch-build": "tsc -w",
    "lint": "tslint --format prose --project .",
    "prettier": "prettier --write src/** __tests__/**",
    "toc": "./scripts/generate-toc.js",
    "prepare": "npm run build && npm run toc",
    "test": "NODE_ENV=test jest"
  },
  "engines": {
    "node": ">=8.0.0"
  }

,"_resolved": "https://registry.npmjs.org/openapi-backend/-/openapi-backend-4.2.0.tgz"
,"_integrity": "sha512-eqdgJAjDbVZ7zhiIF68mlItFxqE48OPAM9nHHYx6BJMoGK2xInSBc2Oqp4dzsrsLIzoY8nVzK/vUtYktyXGb9Q=="
,"_from": "openapi-backend@4.2.0"
}