{
  "name": "@axway/swagger-tools",
  "version": "1.1.0",
  "description": "Various tools for using and integrating with Swagger 2.0.",
  "main": "index.js",
  "author": {
    "name": "Jeremy Whitlock",
    "email": "jwhitlock@apache.org",
    "url": "https://github.com/whitlockjc"
  },
  "bugs": {
    "url": "https://github.com/Axway/swagger-tools/issues"
  },
  "homepage": "https://github.com/Axway/swagger-tools",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:Axway/swagger-tools.git"
  },
  "keywords": [
    "api",
    "connect",
    "middleware",
    "swagger"
  ],
  "engines": {
    "node": ">= 10.16.0"
  },
  "files": [
    "index.js",
    "LICENSE",
    "lib",
    "middleware",
    "schemas"
  ],
  "devDependencies": {
    "connect": "^3.7.0",
    "mocha": "^10.0.0",
    "supertest": "^5.0.0"
  },
  "dependencies": {
    "@axway/json-refs": "^4.0.0",
    "async": "^3.2.0",
    "body-parser": "^1.19.0",
    "debug": "^4.2.0",
    "js-yaml": "^3.14.0",
    "lodash": "^4.17.20",
    "multer": "^2.0.0",
    "parseurl": "^1.3.3",
    "path-to-regexp": "^6.2.0",
    "qs": "^6.9.4",
    "regex-escape": "^3.4.10",
    "traverse": "^0.6.6",
    "z-schema": "^5.0.0"
  },
  "scripts": {
    "build": "npm test",
    "test": "mocha --recursive",
    "test:watch": "mocha --recursive --watch"
  }
}
