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
42 lines (42 loc) · 1.39 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.39 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
{
"name": "azure-rest-api-specs",
"devDependencies": {
"@azure-tools/spec-gen-sdk": "~0.8.0",
"@azure-tools/specs-shared": "file:.github/shared",
"@azure-tools/typespec-apiview": "0.7.2",
"@azure-tools/typespec-autorest": "0.57.1",
"@azure-tools/typespec-azure-core": "0.57.0",
"@azure-tools/typespec-azure-portal-core": "0.57.0",
"@azure-tools/typespec-azure-resource-manager": "0.57.2",
"@azure-tools/typespec-azure-rulesets": "0.57.1",
"@azure-tools/typespec-client-generator-cli": "0.25.0",
"@azure-tools/typespec-client-generator-core": "0.57.3",
"@azure-tools/typespec-liftr-base": "0.8.0",
"@autorest/openapi-to-typespec": "0.11.2",
"@azure/avocado": "^0.9.1",
"@typespec/compiler": "1.1.0",
"@typespec/http": "1.1.0",
"@typespec/sse": "0.71.0",
"@typespec/events": "0.71.0",
"@typespec/openapi": "1.1.0",
"@typespec/openapi3": "1.1.0",
"@typespec/prettier-plugin-typespec": "1.1.0",
"@typespec/rest": "0.71.0",
"@typespec/streams": "0.71.0",
"@typespec/versioning": "0.71.0",
"@typespec/xml": "0.71.0",
"azure-rest-api-specs-eng-tools": "file:eng/tools",
"oav": "^3.6.1",
"prettier": "~3.5.3",
"typescript": "~5.8.2"
},
"overrides": {
"@typespec/asset-emitter": "0.71.0",
"jsonpath-plus": "^10.3.0"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"private": true
}