@microsoft.azure/autorest.nodejs
Version:
The NodeJS extension for classic generators in AutoRest.
56 lines (55 loc) • 1.67 kB
JSON
{
"name": "@microsoft.azure/autorest.nodejs",
"version": "2.2.131",
"description": "The NodeJS extension for classic generators in AutoRest.",
"scripts": {
"autorest": "autorest",
"start": "dotnet src/bin/netcoreapp2.0/autorest.nodejs.dll --server",
"test": "gulp test",
"testci": "gulp testci",
"build": "gulp build",
"prepare": "gulp install_common && gulp build",
"publish-preview": "gulp publish-preview",
"regenerate": "gulp regenerate",
"clean": "gulp clean",
"nuke": "git clean -xdf",
"start-test-server": "npm --prefix node_modules/@microsoft.azure/autorest.testserver run start"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/autorest.nodejs"
},
"readme": "https://github.com/Azure/autorest.nodejs/readme.md",
"keywords": [
"autorest",
"classic-generators",
"nodejs"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/autorest/issues"
},
"homepage": "https://github.com/Azure/autorest.nodejs/blob/master/README.md",
"devDependencies": {
"@microsoft.azure/autorest.testserver": "^2.5.25",
"autorest": "^2.0.4280",
"coffee-script": "^1.12.7",
"dotnet-sdk-2.0.0": "^1.4.4",
"gulp": "^3.9.1",
"gulp-filter": "^5.0.1",
"gulp-line-ending-corrector": "^1.0.2",
"iced-coffee-script": "^108.0.11",
"marked": "^0.3.7",
"marked-terminal": "^2.0.0",
"moment": "^2.21.0",
"run-sequence": "*",
"shx": "^0.2.2",
"through2-parallel": "^0.1.3",
"yargs": "^8.0.2",
"yarn": "^1.3.2"
},
"dependencies": {
"dotnet-2.0.0": "^1.4.4"
}
}