Outlook_Addin_LLM/node_modules/@microsoft/dev-tunnels-management/package.json

18 lines
389 B
JSON
Raw Permalink Normal View History

{
"name": "@microsoft/dev-tunnels-management",
"version": "1.1.9",
"description": "Tunnels library for Visual Studio tools",
"keywords": [
"Tunnels"
],
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"buffer": "^5.2.1",
"debug": "^4.1.1",
"vscode-jsonrpc": "^4.0.0",
"@microsoft/dev-tunnels-contracts": ">1.1.8",
"axios": "^1.6.2"
},
"main": "./index.js"
}