13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"name": "@clawdbot/voice-call",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"description": "Clawdbot voice-call plugin (example)",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.34.47"
|
|
},
|
|
"clawdbot": {
|
|
"extensions": ["./index.ts"]
|
|
}
|
|
}
|