{ "name": "@azure/rest-api-specs-scripts", "version": "0.1.1", "description": "Scripts for the Azure RestAPI specification repository 'azure-rest-api-specs'.", "types": "dist/index.d.ts", "main": "dist/index.js", "files": [ "dist/", "src/" ], "scripts": { "tsc": "tsc", "test": "tsc", "pack": "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/node": "^11.13.4", "@types/request": "^2.48.1", "typescript": "^3.4.3" }, "dependencies": { "@azure/oad": "^0.5.1", "@ts-common/string-map": "^0.3.0", "fs-extra": "^7.0.1", "glob": "^7.1.3", "js-yaml": "^3.13.1", "request": "^2.88.0" } }