@microsoft/agents-hosting-extensions-teams
Version:
Microsoft 365 Agents SDK for JavaScript. Teams extensions
42 lines • 1.01 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@microsoft/agents-hosting-extensions-teams",
"version": "0.6.18",
"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. Teams extensions",
"keywords": [
"Agents"
],
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"dependencies": {
"@microsoft/agents-hosting": "0.6.18"
},
"license": "MIT",
"files": [
"README.md",
"dist/src",
"src",
"package.json"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js",
"require": "./dist/src/index.js"
},
"./package.json": "./package.json"
},
"engines": {
"node": ">=20.0.0"
}
}