Files
2026-07-13 12:58:18 +08:00

72 lines
1.8 KiB
JSON

{
"name": "@copilotkit/channels-teams",
"version": "0.1.2",
"description": "Microsoft Teams platform adapter for CopilotKit JSX channels (@copilotkit/channels).",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CopilotKit/CopilotKit.git",
"directory": "packages/channels-teams"
},
"homepage": "https://github.com/CopilotKit/CopilotKit",
"keywords": [
"ai",
"agent",
"bot",
"microsoft-teams",
"teams",
"adaptive-cards",
"m365-agents-sdk",
"copilotkit",
"ag-ui"
],
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./render": {
"types": "./dist/render/index.d.ts",
"import": "./dist/render/index.js"
}
},
"scripts": {
"build": "tsc -p tsconfig.json",
"check-types": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.check.json",
"test": "vitest run",
"test:watch": "vitest",
"publint": "publint .",
"attw": "attw --pack . --profile esm-only"
},
"dependencies": {
"@ag-ui/client": "0.0.57",
"@ag-ui/core": "0.0.57",
"@copilotkit/channels": "workspace:~",
"@copilotkit/channels-ui": "workspace:~",
"@copilotkit/core": "workspace:^",
"@copilotkit/shared": "workspace:^",
"@microsoft/agents-activity": "^1.5.3",
"@microsoft/agents-hosting": "^1.5.3",
"express": "^4.21.2",
"rxjs": "^7.8.1",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.25.1"
},
"devDependencies": {
"@copilotkit/typescript-config": "workspace:^",
"@types/express": "^4.17.21",
"@types/node": "^22.10.0",
"typescript": "^5.6.3",
"vitest": "^4.1.3"
}
}