forked from sazeesha098/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 716 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "azure-rest-api-specs",
"devDependencies": {
"@azure-tools/typespec-apiview": "0.4.4",
"@azure-tools/typespec-autorest": "0.34.0",
"@azure-tools/typespec-azure-core": "0.34.0",
"@azure-tools/typespec-azure-resource-manager": "0.34.0",
"@azure-tools/typespec-client-generator-core": "0.34.0",
"@azure-tools/typespec-providerhub": "0.34.0",
"@typespec/compiler": "0.48.0",
"@typespec/http": "0.48.0",
"@typespec/openapi": "0.48.0",
"@typespec/rest": "0.48.0",
"@typespec/versioning": "0.48.0",
"@azure/avocado": "^0.8.4",
"azure-rest-api-specs-eng-tools": "file:eng/tools",
"prettier": "~3.0.3",
"typescript": "~5.1.3"
},
"private": true
}