2019-04-16 02:58:58 +03:00
|
|
|
{
|
|
|
|
"name": "@azure/rest-api-specs-scripts",
|
2019-08-16 11:12:44 +03:00
|
|
|
"version": "0.4.3",
|
2019-04-16 02:58:58 +03:00
|
|
|
"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/"
|
2019-04-16 02:58:58 +03:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc",
|
|
|
|
"test": "tsc",
|
2019-04-16 03:08:24 +03:00
|
|
|
"prepack": "npm install && tsc"
|
2019-04-16 02:58:58 +03:00
|
|
|
},
|
|
|
|
"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",
|
2019-07-11 03:11:23 +03:00
|
|
|
"@types/jsonpath": "^0.2.0",
|
2019-04-20 01:44:04 +03:00
|
|
|
"@types/node": "^11.13.6",
|
2019-04-16 02:58:58 +03:00
|
|
|
"@types/request": "^2.48.1",
|
2019-04-20 01:44:04 +03:00
|
|
|
"typescript": "^3.4.4"
|
2019-04-16 02:58:58 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-04-24 20:29:07 +03:00
|
|
|
"@octokit/rest": "^16.25.0",
|
2019-04-19 23:04:42 +03:00
|
|
|
"@azure/avocado": "^0.4.1",
|
2019-04-23 03:04:23 +03:00
|
|
|
"@azure/oad": "^0.6.3",
|
2019-04-16 02:58:58 +03:00
|
|
|
"@ts-common/string-map": "^0.3.0",
|
|
|
|
"fs-extra": "^7.0.1",
|
|
|
|
"glob": "^7.1.3",
|
|
|
|
"js-yaml": "^3.13.1",
|
2019-08-16 11:12:44 +03:00
|
|
|
"oav": "^0.18.1",
|
2019-04-16 02:58:58 +03:00
|
|
|
"request": "^2.88.0"
|
|
|
|
}
|
|
|
|
}
|