@microsoft/agents-hosting-teams
Version:
Microsoft 365 Agents SDK for JavaScript
37 lines • 873 B
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@microsoft/agents-hosting-teams",
"version": "0.4.3",
"homepage": "https://github.com/microsoft/Agents-for-js",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/Agents-for-js.git"
},
"author": {
"name": "Microsoft",
"email": "agentssdk@microsoft.com",
"url": "https://aka.ms/Agents"
},
"description": "Microsoft 365 Agents SDK for JavaScript",
"keywords": [
"Agents"
],
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"dependencies": {
"@microsoft/agents-hosting": "0.4.3"
},
"license": "MIT",
"files": [
"README.md",
"dist/src",
"src"
],
"exports": {
".": {
"import": "./dist/src/index.js",
"require": "./dist/src/index.js"
},
"./package.json": "./package.json"
}
}