74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"name": "@copilotkit/channels-slack",
|
|
"version": "0.1.2",
|
|
"description": "Slack platform adapter for CopilotKit JSX channels (@copilotkit/channels).",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CopilotKit/CopilotKit.git",
|
|
"directory": "packages/channels-slack"
|
|
},
|
|
"homepage": "https://github.com/CopilotKit/CopilotKit",
|
|
"keywords": [
|
|
"ai",
|
|
"agent",
|
|
"bot",
|
|
"slack",
|
|
"block-kit",
|
|
"socket-mode",
|
|
"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"
|
|
},
|
|
"./codec": {
|
|
"types": "./dist/codec.d.ts",
|
|
"import": "./dist/codec.js"
|
|
},
|
|
"./render": {
|
|
"types": "./dist/render.d.ts",
|
|
"import": "./dist/render.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:^",
|
|
"@slack/bolt": "^4.2.0",
|
|
"@slack/types": "^2.21.1",
|
|
"@slack/web-api": "^7.16.0",
|
|
"rxjs": "^7.8.1",
|
|
"zod": "^3.25.76",
|
|
"zod-to-json-schema": "^3.25.1"
|
|
},
|
|
"devDependencies": {
|
|
"@copilotkit/typescript-config": "workspace:^",
|
|
"@types/node": "^22.10.0",
|
|
"typescript": "^5.6.3",
|
|
"vitest": "^4.1.3"
|
|
}
|
|
}
|