forked from Azure/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
46 lines (46 loc) · 1.58 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "azure-rest-api-specs",
"devDependencies": {
"@azure-tools/spec-gen-sdk": "~0.9.1",
"@azure-tools/specs-shared": "file:.github/shared",
"@azure-tools/typespec-apiview": "0.7.2",
"@azure-tools/typespec-autorest": "0.61.0",
"@azure-tools/typespec-azure-core": "0.61.0",
"@azure-tools/typespec-azure-portal-core": "0.61.0",
"@azure-tools/typespec-azure-resource-manager": "0.61.0",
"@azure-tools/typespec-azure-rulesets": "0.61.0",
"@azure-tools/typespec-client-generator-cli": "0.29.0",
"@azure-tools/typespec-client-generator-core": "0.61.2",
"@azure-tools/typespec-liftr-base": "0.10.0",
"@autorest/openapi-to-typespec": "0.11.12",
"@azure/avocado": "0.10.3",
"@azure/oad": "0.12.3",
"@microsoft.azure/openapi-validator": "2.2.4",
"@microsoft.azure/openapi-validator-core": "1.0.7",
"@microsoft.azure/openapi-validator-rulesets": "2.1.10",
"@typespec/compiler": "1.5.0",
"@typespec/http": "1.5.0",
"@typespec/sse": "0.75.0",
"@typespec/events": "0.75.0",
"@typespec/openapi": "1.5.0",
"@typespec/openapi3": "1.5.0",
"@typespec/prettier-plugin-typespec": "1.5.0",
"@typespec/rest": "0.75.0",
"@typespec/streams": "0.75.0",
"@typespec/versioning": "0.75.0",
"@typespec/xml": "0.75.0",
"azure-rest-api-specs-eng-tools": "file:eng/tools",
"oav": "4.0.2",
"prettier": "~3.6.2",
"typescript": "~5.9.2"
},
"overrides": {
"@typespec/asset-emitter": "0.75.0",
"superagent": "^10.2.3"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"private": true
}