{
  "name": "@naturacosmeticos/api-linter",
  "version": "1.4.6",
  "description": "A comprehensive API linter for swagger files following Natura Cosmeticos best practices",
  "main": "dist/index.js",
  "bin": {
    "api-linter": "./dist/cli.js"
  },
  "typings": "dist/index.d.ts",
  "repository": "https://github.com/natura-cosmeticos/api-linter.git",
  "homepage": "https://github.com/natura-cosmeticos/api-linter",
  "author": "Natura Cosméticos <TDDAArquitetura@natura.net>",
  "contributors": [
    "Handrus Stephan Nogueira <handrus@gmail.com>",
    "Matheus Robert Lichtnow <matheus@vizir.com.br>",
    "Vagner Saraiva <vagner@vizir.com.br>"
  ],
  "keywords": [
    "OpenAPI",
    "lint",
    "swagger",
    "naturacosmeticos"
  ],
  "license": "MIT",
  "dependencies": {
    "@types/url-parse": "^1.4.3",
    "marked": "^2.0.0",
    "mime-types": "^2.1.26",
    "openapi-types": "^1.3.5",
    "pluralize": "^8.0.0",
    "slugify": "^1.3.6",
    "swagger-parser": "^8.0.4",
    "typescript": "^3.7.4",
    "url-parse": "^1.4.7",
    "yargs": "^15.1.0"
  },
  "scripts": {
    "build": "tsc && npm run cli:runnable",
    "lint": "tslint 'src/**/*.ts'",
    "cli:runnable": "chmod +x ./dist/cli.js",
    "dev": "tsc --watch",
    "test": "jest --collectCoverage",
    "test:update": "npm run test -u",
    "snyk": "snyk monitor",
    "cm": "npx git-cz",
    "semantic-release": "semantic-release"
  },
  "devDependencies": {
    "@types/jest": "26.0.13",
    "@types/mime-types": "2.1.0",
    "@types/pluralize": "0.0.29",
    "@types/yargs": "15.0.5",
    "commitizen": "^4.2.3",
    "cz-conventional-changelog": "3.2.0",
    "husky": "4.2.5",
    "jest": "26.4.2",
    "semantic-release": "^17.4.0",
    "snyk": "1.387.1",
    "ts-jest": "26.3.0",
    "tslint": "5.20.1",
    "tslint-config-prettier": "1.18.0"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint",
      "pre-push": "npm test"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ]
}
