2026-01-11 12:11:12 +00:00
|
|
|
{
|
2026-01-12 01:16:39 +00:00
|
|
|
"name": "@clawdbot/voice-call",
|
|
|
|
|
"version": "0.0.1",
|
2026-01-11 12:11:12 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"description": "Clawdbot voice-call plugin (example)",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@sinclair/typebox": "0.34.47"
|
|
|
|
|
},
|
|
|
|
|
"clawdbot": {
|
|
|
|
|
"extensions": ["./index.ts"]
|
|
|
|
|
}
|
|
|
|
|
}
|