{ "name": "oav", "version": "2.0.1", "author": { "name": "Microsoft Corporation", "email": "azsdkteam@microsoft.com", "url": "https://github.com/azure/oav" }, "description": "Validate Azure REST API Specifications", "license": "MIT", "dependencies": { "@azure/openapi-markdown": "^0.9.2", "@microsoft.azure/autorest-extension-base": "1.0.13", "@azure-tools/openapi-tools-common": "^1.2.2", "ajv": "6.12.6", "ajv-keywords": "^3.5.0", "ajv-pack": "^0.3.1", "commonmark": "^0.29.0", "glob": "^7.1.2", "globby": "^9.2.0", "handlebars": "^4.7.1", "js-yaml": "^3.13.1", "json-pointer": "^0.6.0", "json-refs": "^3.0.13", "json-schema-traverse": "^0.4.1", "jsonpath-plus": "^4.0.0", "kind-of": "^6.0.3", "linq": "^3.2.0", "lodash": "^4.17.15", "deepdash": "^5.3.2", "md5-file": "^4.0.0", "mockjs": "^1.1.0", "moment": "^2.24.0", "ms-rest": "^2.5.4", "path-to-regexp": "^6.1.0", "swagger-parser": "^6.0.5", "toposort": "^2.0.2", "uuid": "^3.3.2", "vscode-jsonrpc": "^3.6.2", "winston": "^3.2.1", "yargs": "^6.6.0", "yasway": "^1.10.5", "yuml2svg": "^4.2.1", "z-schema": "^4.2.2" }, "devDependencies": { "@types/ajv-keywords": "^3.4.0", "@types/ajv-merge-patch": "^4.1.0", "@types/commonmark": "^0.27.3", "@types/glob": "^7.1.1", "@types/jest": "^24.0.25", "@types/js-yaml": "^3.12.1", "@types/json-pointer": "^1.0.30", "@types/json-schema-traverse": "^0.4.0", "@types/lodash": "^4.14.149", "@types/md5-file": "^4.0.0", "@types/node": "^10.12.18", "@types/request": "^2.48.1", "@types/swagger-parser": "^4.0.3", "@types/toposort": "^2.0.3", "@types/uuid": "^3.4.4", "@types/yargs": "^11.1.2", "@typescript-eslint/eslint-plugin": "~3.4.0", "@typescript-eslint/parser": "~3.4.0", "eslint": "^7.3.1", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.21.2", "eslint-plugin-prettier": "^3.1.4", "handlebars": "^4.7.1", "jest": "^26.1.0", "jest-junit": "^11.0.1", "kind-of": "^6.0.3", "npm-run-all": "^4.1.5", "prettier": "^2.0.5", "should": "^13.2.3", "ts-jest": "^26.1.1", "tslib": "^2.0.0", "typescript": "^3.9.5" }, "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", "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", "types/**/*.d.ts", "*.ts", "lib/**/*.ts" ], "types": "./dist/index.d.ts", "scripts": { "build": "run-p tsc", "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": ">=10.11.0" }, "jest-junit": { "output": "test-results.xml" } }