mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@copilotkit/bot-whatsapp",
|
|
"version": "0.0.1",
|
|
"description": "WhatsApp Cloud API platform adapter for CopilotKit JSX bots (@copilotkit/bot).",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CopilotKit/CopilotKit.git",
|
|
"directory": "packages/bot-whatsapp"
|
|
},
|
|
"homepage": "https://github.com/CopilotKit/CopilotKit",
|
|
"keywords": [
|
|
"ai",
|
|
"agent",
|
|
"bot",
|
|
"whatsapp",
|
|
"cloud-api",
|
|
"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": "0.0.57",
|
|
"@copilotkit/bot": "workspace:~",
|
|
"@copilotkit/bot-ui": "workspace:~"
|
|
},
|
|
"devDependencies": {
|
|
"@copilotkit/typescript-config": "workspace:^",
|
|
"@types/node": "^22.10.0",
|
|
"typescript": "^5.6.3",
|
|
"vitest": "^4.1.3"
|
|
}
|
|
}
|