17 строки
657 B
JSON
17 строки
657 B
JSON
{
|
|
"verison": "0.0.0",
|
|
"private": true,
|
|
"name": "@autorest/csharp-v3",
|
|
"description": "See readme.md for instructions",
|
|
"scripts": {
|
|
"start": "dotnet ./artifacts/bin/AutoRest.CSharp.V3/Debug/netcoreapp3.0/AutoRest.CSharp.V3.dll --server",
|
|
"debug": "dotnet ./artifacts/bin/AutoRest.CSharp.V3/Debug/netcoreapp3.0/AutoRest.CSharp.V3.dll --server --launch-debugger"
|
|
},
|
|
"devDependencies": {
|
|
"@autorest/autorest": "https://github.com/Azure/autorest/releases/download/autorest-3.0.6146/autorest-autorest-3.0.6146.tgz",
|
|
"@autorest/test-server": "3.0.27",
|
|
"@microsoft.azure/autorest.testserver": "^2.7.2"
|
|
},
|
|
"dependencies": {}
|
|
}
|