mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"name": "@typebot.io/credentials",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@typebot.io/zod": "workspace:*",
|
|
"@typebot.io/whatsapp": "workspace:*",
|
|
"@typebot.io/forge-repository": "workspace:*",
|
|
"@typebot.io/blocks-integrations": "workspace:*",
|
|
"@typebot.io/blocks-inputs": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*"
|
|
}
|
|
}
|