oav/package.json

74 строки
1.9 KiB
JSON

{
"name": "oav",
"version": "0.4.40",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/azure/oav"
},
"description": "Validate Azure REST API Specifications",
"license": "MIT",
"dependencies": {
"@microsoft.azure/autorest-extension-base": "^1.0.13",
"azure-arm-resource": "^2.0.0-preview",
"glob": "^5.0.14",
"js-yaml": "^3.8.2",
"json-pointer": "^0.6.0",
"jsonpath": "^0.2.11",
"linq": "^3.1.0",
"lodash": "^4.17.10",
"moment": "~2.21.0",
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5",
"recursive-readdir": "^2.2.1",
"request": "^2.85.0",
"swagger-parser": "^3.4.1",
"swagger-tools": "^0.10.1",
"sway": "github:amarzavery/sway#validation",
"uuid": "^3.0.1",
"vscode-jsonrpc": "^3.6.1",
"winston": "^2.4.2",
"yargs": "^6.6.0",
"yuml2svg": "^3.1.0"
},
"devDependencies": {
"@types/glob": "^5.0.35",
"@types/js-yaml": "^3.11.1",
"@types/json-pointer": "^1.0.30",
"@types/jsonpath": "^0.2.0",
"@types/lodash": "^4.14.109",
"@types/mocha": "^2.2.46",
"@types/recursive-readdir": "^2.2.0",
"@types/should": "^8.1.30",
"@types/winston": "^2.3.9",
"@types/yargs": "^11.0.0",
"mocha": "^4.1.0",
"nyc": "^11.8.0",
"should": "5.2.0",
"ts-node": "^6.0.5",
"typescript": "^2.8.3"
},
"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"
},
"types": "**/*.d.ts",
"nyc": {
"extension": [ ".ts" ]
},
"scripts": {
"nyc": "nyc",
"test": "nyc mocha ./test/**/*.ts -r ts-node/register",
"start": "node ./lib/autorestPlugin/pluginHost.js",
"prepack": "npm install && tsc"
}
}