oav/package.json

59 строки
1.5 KiB
JSON

{
"name": "oav",
"version": "0.4.36",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/azure/oav"
},
"description": "Validate Azure REST API Specifications",
"license": "MIT",
"dependencies": {
"azure-arm-resource": "^2.0.0-preview",
"json-pointer": "^0.6.0",
"js-yaml": "^3.8.2",
"moment": "~2.21.0",
"ms-rest": "^2.3.0",
"ms-rest-azure": "^2.5.0",
"request": "^2.83.0",
"sway": "amarzavery/sway#validation",
"winston": "^2.3.0",
"yargs": "^6.6.0",
"glob": "^5.0.14",
"uuid": "^3.0.1",
"recursive-readdir": "^2.2.1",
"swagger-parser": "^3.4.1",
"swagger-tools": "^0.10.1",
"linq": "^3.0.8",
"jsonpath": "^0.2.11",
"vscode-jsonrpc": "^3.2.0",
"@microsoft.azure/autorest-extension-base": "^1.0.13",
"lodash": "^4.17.4",
"yuml2svg": "^3.1.0"
},
"devDependencies": {
"jshint": "2.9.4",
"mocha": "^4.1.0",
"should": "5.2.0",
"@types/mocha": "^2.2.46",
"@types/should": "^8.1.30"
},
"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": "./index.js",
"bin": {
"oav": "./cli.js"
},
"scripts": {
"jshint": "jshint lib --reporter=jslint",
"test": "npm -s run-script jshint && mocha -t 100000 --reporter min",
"start": "node ./lib/autorestPlugin/pluginHost.js"
}
}