Skip to content

Commit

Permalink
Add emitter package configuration for tsp client (Azure#27144)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolauli authored Feb 17, 2025
1 parent fd35976 commit bff9fc1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "azps",
"version": "0.1.0",
"type": "module",
"dependencies": {
"@typespec/compiler": "0.64.0",
"@azure-tools/typespec-powershell": "0.0.x",
"@azure-tools/typespec-autorest": "0.50.0",
"@azure-tools/typespec-azure-core": "0.50.0",
"@azure-tools/typespec-azure-resource-manager": "0.50.0",
"@azure-tools/typespec-client-generator-core": "0.50.0",
"@azure-tools/typespec-providerhub": "0.50.0",
"@azure-tools/typespec-azure-rulesets": "0.50.0",
"@typespec/http": "0.64.0",
"@typespec/openapi": "0.64.0",
"@typespec/rest": "0.64.0",
"@typespec/versioning": "0.64.0",
"@typespec/xml": "0.64.0",
"@azure-tools/typespec-liftr-base": "0.7.0"
},
"private": true
}

0 comments on commit bff9fc1

Please sign in to comment.