Files
copilotkit__copilotkit/packages/channels-discord/package.json
T

57 lines
1.4 KiB
JSON

{
"name": "@copilotkit/channels-discord",
"version": "0.9.2",
"description": "Discord PlatformAdapter for @copilotkit/channels.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CopilotKit/CopilotKit.git",
"directory": "packages/channels-discord"
},
"homepage": "https://github.com/CopilotKit/CopilotKit",
"keywords": [
"ai",
"agent",
"bot",
"discord",
"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"
}
},
"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": "https://pkg.pr.new/ag-ui-protocol/ag-ui/@ag-ui/client@390d432a0ed01ca4ddcee8165b6c6f7f22045c4e",
"@copilotkit/channels-core": "workspace:^",
"@copilotkit/channels-ui": "workspace:^",
"discord.js": "^14.16.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@copilotkit/typescript-config": "workspace:^",
"@types/node": "^22.10.0",
"typescript": "^5.6.3",
"vitest": "^4.1.3"
}
}