rest-api-specs-scripts/package.json

47 строки
1.2 KiB
JSON
Исходник Обычный вид История

{
"name": "@azure/rest-api-specs-scripts",
"version": "0.4.3",
"description": "Scripts for the Azure RestAPI specification repository 'azure-rest-api-specs'.",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"files": [
"dist/",
2019-04-16 21:07:41 +03:00
"src/"
],
"scripts": {
"tsc": "tsc",
"test": "tsc",
2019-04-16 03:08:24 +03:00
"prepack": "npm install && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/rest-api-specs-scripts.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/rest-api-specs-scripts/issues"
},
"homepage": "https://github.com/Azure/rest-api-specs-scripts#readme",
"devDependencies": {
"@types/fs-extra": "^5.0.5",
"@types/glob": "^7.1.1",
"@types/js-yaml": "^3.12.1",
"@types/jsonpath": "^0.2.0",
"@types/node": "^11.13.6",
"@types/request": "^2.48.1",
"typescript": "^3.4.4"
},
"dependencies": {
"@octokit/rest": "^16.25.0",
"@azure/avocado": "^0.4.1",
"@azure/oad": "^0.6.3",
"@ts-common/string-map": "^0.3.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"js-yaml": "^3.13.1",
"oav": "^0.18.1",
"request": "^2.88.0"
}
}