@microsoft/agents-hosting
Version:
Microsoft 365 Agents SDK for JavaScript
47 lines • 1.12 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@microsoft/agents-hosting",
"version": "1.0.0",
"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": {
"@azure/core-auth": "^1.10.0",
"@azure/msal-node": "^3.6.0",
"@microsoft/agents-activity": "1.0.0",
"axios": "^1.10.0",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.2.0"
},
"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"
}
}