-
Notifications
You must be signed in to change notification settings - Fork 166
/
package.json
23 lines (23 loc) · 923 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@autorest/csharp",
"private": true,
"author": "Microsoft Corporation",
"description": "package.json intended for in-repo use only, package.json used for publishing is located in src/AutoRest.CSharp/package.json",
"homepage": "https://github.com/Azure/autorest.csharp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/autorest.csharp.git"
},
"bugs": {
"url": "https://github.com/Azure/autorest.csharp/issues"
},
"devDependencies": {
"@azure-tools/cadl-ranch-specs": "0.38.0",
"@azure-tools/typespec-client-generator-core": "0.47.1",
"@azure-tools/typespec-azure-resource-manager": "0.47.0",
"@azure-tools/typespec-csharp": "file:src/TypeSpec.Extension/Emitter.Csharp",
"@azure-tools/unbranded-tests": "file:test/UnbrandedProjects",
"@microsoft.azure/autorest.testserver": "3.3.50",
"autorest": "3.7.1"
}
}