{
  "name": "oav",
  "version": "4.0.3",
  "author": {
    "name": "Microsoft Corporation",
    "email": "azsdkteam@microsoft.com",
    "url": "https://github.com/azure/oav"
  },
  "description": "Validate Azure REST API Specifications",
  "license": "MIT",
  "dependencies": {
    "@apidevtools/swagger-parser": "^12.0.0",
    "@autorest/schemas": "^1.3.4",
    "@azure-tools/openapi-tools-common": "^1.2.2",
    "@azure/ms-rest-js": "^2.7.0",
    "@azure/openapi-markdown": "0.9.4",
    "ajv": "^6.12.6",
    "commonmark": "0.31.2",
    "deepdash": "^5.3.2",
    "difflib": "0.2.4",
    "fast-json-stable-stringify": "^2.1.0",
    "glob": "^13.0.0",
    "inversify": "^7.10.1",
    "js-yaml": "^4.1.0",
    "json-pointer": "0.6.2",
    "json-schema-traverse": "0.4.1",
    "jsonpath-plus": "^10.3.0",
    "lodash": "^4.17.21",
    "md5-file": "^5.0.0",
    "mustache": "^4.2.0",
    "path-to-regexp": "^6.2.1",
    "reflect-metadata": "0.2.2",
    "toposort": "^2.0.2",
    "winston": "^3.17.0",
    "yargs": "^15.4.1"
  },
  "overrides": {
    "copyfiles": {
      "glob": "^9.3.5"
    },
    "rimraf": {
      "glob": "^9.3.5"
    },
    "test-exclude": {
      "glob": "^9.3.5"
    }
  },
  "devDependencies": {
    "@types/commonmark": "^0.27.3",
    "@types/difflib": "^0.2.0",
    "@types/jest": "^30.0.0",
    "@types/js-yaml": "^4.0.3",
    "@types/json-pointer": "^1.0.30",
    "@types/json-schema-traverse": "^0.4.0",
    "@types/lodash": "^4.17.20",
    "@types/mustache": "^4.1.2",
    "@types/node": "^20.0.0",
    "@types/toposort": "^2.0.3",
    "@types/yargs": "^11.1.2",
    "@typescript-eslint/eslint-plugin": "^8.44.1",
    "@typescript-eslint/parser": "^8.44.1",
    "copyfiles": "^2.4.1",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^30.1.3",
    "jest-junit": "^16.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "2.8.8",
    "ts-jest": "^29.4.4",
    "typescript": "~5.9.2"
  },
  "homepage": "https://github.com/azure/oav",
  "repository": {
    "type": "git",
    "url": "https://github.com/azure/oav.git"
  },
  "bugs": {
    "url": "http://github.com/azure/oav/issues"
  },
  "main": "./dist/index.js",
  "bin": {
    "oav": "./dist/cli.js"
  },
  "files": [
    "dist/*.js",
    "dist/*.d.ts",
    "dist/*.js.map",
    "dist/*.d.ts.map",
    "dist/lib/**/*.js",
    "dist/lib/**/*.d.ts",
    "dist/lib/**/*.js.map",
    "dist/lib/**/*.d.ts.map",
    "dist/lib/**/*.mustache",
    "dist/lib/swaggerValidator/*.json",
    "documentation/error-definitions.json",
    "types/**/*.d.ts",
    "*.ts",
    "lib/**/*.ts"
  ],
  "types": "./dist/index.d.ts",
  "scripts": {
    "copy-templates": "copyfiles -V -E -u 1 lib/apiScenario/templates/* lib/templates/base*.mustache dist/lib",
    "build": "run-p tsc lint copy-templates",
    "tsc": "tsc",
    "lint": "eslint ./lib/**/*.ts ./test/**/*.ts ./*.ts",
    "lint-fix": "eslint ./lib/**/*.ts ./test/**/*.ts ./*.ts --fix",
    "test": "npm run tsc && jest --ci --reporters=default --reporters=jest-junit",
    "fast-test": "jest --ci --reporters=default --reporters=jest-junit --config ./jest.config.js ",
    "slow-test": "node --max-old-space-size=10192 ./node_modules/.bin/jest -u --runInBand --ci --reporters=default --reporters=jest-junit --config ./regression/jest.regression.config.js ",
    "slow-test-sample": "node --max-old-space-size=10192 ./node_modules/.bin/jest -u --runInBand --ci --reporters=default --reporters=jest-junit --config ./regression/jest.regression-sample.config.js ",
    "jest": "jest",
    "start": "node ./dist/lib/autorestPlugin/pluginHost.js",
    "prepack": "npm run build",
    "cli": "npm run tsc && node dist/cli.js",
    "li": "npm install @ts-common/local-install --no-save && local-install"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "jest-junit": {
    "output": "test-results.xml"
  }
}
