Skip to content

Commit

Permalink
chore: Cleanup package.json dependencies (Azure#6619)
Browse files Browse the repository at this point in the history
* chore: Remove unused dependencies

* chore: Add dependiens for multiapi.ts
  • Loading branch information
nschonni authored and sergey-shandar committed Jul 17, 2019
1 parent 90fd5ec commit 6bb3ebb
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,19 @@
"license": "MIT",
"devDependencies": {
"@azure/avocado": "^0.4.1",
"@azure/oad": "^0.6.3",
"@azure/rest-api-specs-scripts": "^0.3.9",
"@microsoft.azure/async-io": "^2.0.21",
"@microsoft.azure/literate": "^1.0.25",
"@microsoft.azure/polyfill": "^1.0.19",
"@octokit/rest": "^16.25.0",
"@ts-common/commonmark-to-markdown": "^1.2.0",
"@ts-common/fs": "0.2.0",
"@types/fs-extra": "^5.0.5",
"@ts-common/iterator": "^0.3.6",
"@types/js-yaml": "^3.12.1",
"@types/mocha": "^5.2.6",
"@types/request": "^2.48.1",
"cspell": "^4.0.12",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"js-yaml": "^3.13.1",
"json-schema-ref-parser": "^6.1.0",
"mocha": "*",
"oav": "^0.18.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"ts-node": "^8.1.0",
"typescript": "^3.4.4",
"z-schema": "^4.0.2"
"tslib": "^1.10.0",
"typescript": "^3.4.4"
},
"homepage": "https://github.com/azure/azure-rest-api-specs",
"repository": {
Expand All @@ -47,7 +36,6 @@
"scripts": {
"test": "tsc && mocha -t 500000 --reporter min",
"spellcheck": "cspell \"specification/**/*.json\"",
"oav": "oav",
"tsc": "tsc",
"multiapi": "ts-node ./scripts/multiapi.ts"
}
Expand Down

0 comments on commit 6bb3ebb

Please sign in to comment.