Skip to content

Commit bff9fc1

Browse files
authoredFeb 17, 2025
Add emitter package configuration for tsp client (Azure#27144)
1 parent fd35976 commit bff9fc1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎eng/emitter-package.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "azps",
3+
"version": "0.1.0",
4+
"type": "module",
5+
"dependencies": {
6+
"@typespec/compiler": "0.64.0",
7+
"@azure-tools/typespec-powershell": "0.0.x",
8+
"@azure-tools/typespec-autorest": "0.50.0",
9+
"@azure-tools/typespec-azure-core": "0.50.0",
10+
"@azure-tools/typespec-azure-resource-manager": "0.50.0",
11+
"@azure-tools/typespec-client-generator-core": "0.50.0",
12+
"@azure-tools/typespec-providerhub": "0.50.0",
13+
"@azure-tools/typespec-azure-rulesets": "0.50.0",
14+
"@typespec/http": "0.64.0",
15+
"@typespec/openapi": "0.64.0",
16+
"@typespec/rest": "0.64.0",
17+
"@typespec/versioning": "0.64.0",
18+
"@typespec/xml": "0.64.0",
19+
"@azure-tools/typespec-liftr-base": "0.7.0"
20+
},
21+
"private": true
22+
}

0 commit comments

Comments
 (0)
Please sign in to comment.