2019-04-16 02:58:58 +03:00
|
|
|
{
|
|
|
|
"name": "@azure/rest-api-specs-scripts",
|
2020-04-22 05:12:53 +03:00
|
|
|
"version": "0.7.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/",
|
2020-03-02 08:16:49 +03:00
|
|
|
"src/"
|
2019-04-16 02:58:58 +03:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc",
|
2020-02-27 09:13:19 +03:00
|
|
|
"test": "tsc && mocha dist/tests/*.js",
|
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",
|
2020-03-30 14:58:11 +03:00
|
|
|
"typescript": "~3.4.4",
|
2020-02-27 09:13:19 +03:00
|
|
|
"mocha": "^7.0.1",
|
|
|
|
"mocha-typescript": "^1.0.22",
|
|
|
|
"@types/mocha": "^5.2.6",
|
|
|
|
"@types/commonmark": "^0.27.0"
|
2019-04-16 02:58:58 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-02-21 12:57:21 +03:00
|
|
|
"@octokit/rest": "^16.42.0",
|
2019-04-19 23:04:42 +03:00
|
|
|
"@azure/avocado": "^0.4.1",
|
2019-08-28 06:03:42 +03:00
|
|
|
"@azure/oad": "^0.7.0",
|
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",
|
2020-04-22 05:12:53 +03:00
|
|
|
"oav": "0.21.5",
|
2020-02-27 09:13:19 +03:00
|
|
|
"request": "^2.88.0",
|
2020-02-28 09:11:12 +03:00
|
|
|
"commonmark": "0.27.0"
|
2019-04-16 02:58:58 +03:00
|
|
|
}
|
|
|
|
}
|