@autorest/azureresourceschema
Version:
The Azure Resource Schema extension for classic generators in AutoRest.
32 lines (31 loc) • 872 B
JSON
{
"name": "@microsoft.azure/autorest.common",
"version": "3.0.0",
"private": true,
"description": "The common module for AutoRest Extensions",
"scripts": {
"test": "dotnet test test\\autorest.common.test.csproj",
"testci": "dotnet test test\\autorest.common.test.csproj",
"build": "dotnet build",
"code": "code .",
"postinstall": "dotnet restore"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/autorest.common"
},
"readme": "https://github.com/Azure/autorest.common/readme.md",
"keywords": [
"autorest"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/autorest/issues"
},
"homepage": "https://github.com/Azure/autorest.common/blob/master/README.md",
"devDependencies": {
"dotnet-sdk-2.0.0": "^1.4.4"
},
"dependencies": {}
}