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

33 lines
1.1 KiB
JSON

{
"name": "teams-example",
"version": "0.0.1",
"private": true,
"description": "Runnable demo for @copilotkit/channels-teams: streamed replies, Adaptive Cards, and a human-in-the-loop approval gate, testable in the Microsoft 365 Agents Playground with no Microsoft credentials.",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "tsx watch app/index.tsx",
"start": "tsx app/index.tsx",
"build": "pnpm exec nx run-many -t build -p @copilotkit/channels @copilotkit/channels-teams @copilotkit/channels-ui @copilotkit/runtime",
"playground": "agentsplayground",
"package": "node appPackage/package.mjs",
"check-types": "tsc --noEmit -p tsconfig.json",
"test": "vitest run"
},
"dependencies": {
"@copilotkit/channels": "workspace:*",
"@copilotkit/channels-teams": "workspace:*",
"@copilotkit/channels-ui": "workspace:*",
"@copilotkit/runtime": "workspace:*",
"zod": "^3.25.76"
},
"devDependencies": {
"@microsoft/m365agentsplayground": "^0.2.27",
"@types/node": "^22.10.0",
"dotenv": "^16.4.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^4.1.3"
}
}