typebot.io/packages/credentials/package.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:*"
}
}