BRIKEV/openapi-validator-utils

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "openapi-validator-utils",
  "version": "1.1.7",
  "description": "OpenAPI request, parameters, headers and response validator methods",
  "main": "index.js",
  "dependencies": {
    "ajv": "^8.9.0",
    "ajv-formats": "^2.1.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.0.1",
    "@commitlint/config-conventional": "^12.0.1",
    "eslint": "^7.21.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.5",
    "express": "^4.17.1",
    "express-jsdoc-swagger": "^1.6.1",
    "gh-pages": "^3.1.0",
    "husky": "^4.2.5",
    "jest": "^26.6.3",
    "jsdoc": "^3.6.6",
    "tui-jsdoc-template": "^1.2.2"
  },
  "scripts": {
    "test": "jest",
    "generate-docs": "./node_modules/.bin/jsdoc . -R README.md -c .jsdoc.json",
    "predeploy": "npm run generate-docs",
    "deploy": "./node_modules/.bin/gh-pages -d docs",
    "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/BRIKEV/openapi-validator-utils.git"
  },
  "keywords": [
    "openapi",
    "validator",
    "request",
    "response",
    "swagger",
    "utils"
  ],
  "author": "BRIKEV (https://github.com/BRIKEV)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BRIKEV/openapi-validator-utils/issues"
  },
  "homepage": "https://brikev.github.io/openapi-validator-utils/index.html"
}