{
  "name": "@haegemonia/express-jsdoc-swagger",
  "version": "1.0.2",
  "description": "Swagger OpenAPI 3.x generator",
  "main": "index.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "doctrine": "^3.0.0",
    "express": "^4.17.1",
    "glob": "^7.1.6",
    "merge": "^1.2.1",
    "swagger-ui-express": "^4.1.4"
  },
  "devDependencies": {
    "@commitlint/cli": "^9.1.2",
    "@commitlint/config-conventional": "^10.0.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jest": "^23.13.1",
    "husky": "^4.2.5",
    "jest": "^26.0.1"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "scripts": {
    "test": "jest",
    "lint": "./node_modules/.bin/eslint ."
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "npm run lint",
      "pre-push": "npm run test"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haegemonia76/express-jsdoc-swagger.git"
  },
  "keywords": [
    "swagger",
    "swagger-generator",
    "express",
    "jsdoc",
    "node",
    "docs",
    "documentation",
    "swagger-ui",
    "OpenAPI"
  ],
  "author": "Haegemonia76 (https://github.com/haegemonia76)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haegemonia76/express-jsdoc-swagger/issues"
  },
  "homepage": "https://github.com/haegemonia76/express-jsdoc-swagger#readme"
}
