forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 812 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": "azure-rest-api-specs",
"devDependencies": {
"@azure-tools/typespec-apiview": "0.4.8",
"@azure-tools/typespec-autorest": "0.42.1",
"@azure-tools/typespec-azure-core": "0.42.0",
"@azure-tools/typespec-azure-portal-core": "0.42.0",
"@azure-tools/typespec-azure-resource-manager": "0.42.1",
"@azure-tools/typespec-client-generator-core": "0.42.3",
"@azure-tools/typespec-azure-rulesets": "0.42.1",
"@azure/avocado": "^0.8.4",
"@typespec/compiler": "0.56.0",
"@typespec/http": "0.56.0",
"@typespec/openapi": "0.56.0",
"@typespec/openapi3": "0.56.0",
"@typespec/rest": "0.56.0",
"@typespec/versioning": "0.56.0",
"azure-rest-api-specs-eng-tools": "file:eng/tools",
"prettier": "~3.2.5",
"typescript": "~5.4.5"
},
"private": true
}