@microsoft.azure/autorest.incubator
Version:
AutoRest incubator project
48 lines • 1.35 kB
JSON
{
"dependencies": {
"@microsoft.azure/async-io": "2.0.19",
"@microsoft.azure/autorest-extension-base": "1.0.19",
"@microsoft.azure/tasks": "^2.0.12",
"js-yaml": "^3.10.0",
"source-map-support": "0.5.3",
"typescript-simple": "8.0.6"
},
"deprecated": false,
"description": "AutoRest incubator project",
"devDependencies": {
"@types/js-yaml": "3.10.1",
"@types/mocha": "latest",
"@types/node": "^8.0.51",
"mocha": "latest",
"mocha-typescript": "latest",
"semver": "^5.4.1",
"shx": "^0.2.2",
"tslint": "^5.9.1",
"tslint-language-service": "^0.9.9",
"tslint-microsoft-contrib": "^5.0.3",
"tspath": "^1.2.10",
"typescript": "3.0.1",
"yarn": "^1.7.0"
},
"directories": {
"doc": "docs"
},
"homepage": "https://github.com/Azure/autorest.incubator#readme",
"keywords": [
"AutoRest",
"Incubator"
],
"license": "MIT",
"main": "dist/plugin/main.js",
"name": "@microsoft.azure/autorest.incubator",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/autorest.incubator.git"
},
"scripts": {
"debug": "node --inspect-brk ./dist/plugin/main.js",
"start": "node ./dist/plugin/main.js",
"unpack": "shx rm -rf ./package && yarn pack && gzip -cd *.tgz | tar -xvf - && erase *.tgz"
},
"version": "1.1.11"
}