{
  "name": "@microsoft.azure/openapi-validator",
  "version": "2.2.4",
  "description": "Azure OpenAPI Validator",
  "main": "./dist/index.js",
  "scripts": {
    "start": "node ./dist/index.js",
    "build": "tsc",
    "test": "tsc",
    "lint:fix": "eslint ./src --fix --ext .ts",
    "lint": "eslint ./src --ext .ts --max-warnings=0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/azure-openapi-validator.git"
  },
  "keywords": [
    "azure",
    "openapi",
    "swagger",
    "validation",
    "validator"
  ],
  "engines": {
    "node": ">=18"
  },
  "author": "Microsoft Corporation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/azure-openapi-validator/issues"
  },
  "homepage": "https://github.com/Azure/azure-openapi-validator/blob/main/README.md",
  "dependencies": {
    "@azure-tools/uri": "^3.1.1",
    "@microsoft.azure/openapi-validator-core": "^1.0.0",
    "@microsoft.azure/openapi-validator-rulesets": "^2.0.0",
    "@stoplight/json-ref-resolver": "^3.1.6",
    "@stoplight/spectral-core": "^1.18.3",
    "@stoplight/types": "^14.1.1",
    "js-yaml": "^4.1.0",
    "tslib": "^2.3.1",
    "vscode-jsonrpc": "^3.2.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^18.11.9",
    "@types/jest": "^27.0.6",
    "@typescript-eslint/eslint-plugin": "^7.8.0",
    "@typescript-eslint/parser": "^7.8.0",
    "jest": "^27.0.6",
    "eslint": "^8.57.0",
    "eslint-plugin-jest": "^28.3.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-unicorn": "^52.0.0",
    "eslint-plugin-import": "^2.29.1",
    "prettier": "^3.2.5",
    "ts-jest": "^27.1.3",
    "typescript": "~4.6.4"
  }
}