Files
bot/packages/forge/blocks/elevenlabs/package.json
2024-04-16 12:56:47 +02:00

20 lines
449 B
JSON

{
"name": "@typebot.io/elevenlabs-block",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"typescript": "5.3.2"
},
"dependencies": {
"ky": "1.2.3",
"@typebot.io/lib": "workspace:*"
}
}