typebot.io/packages/credentials/package.json
2025-07-22 10:58:37 +02:00

22 lines
497 B
JSON

{
"name": "@typebot.io/credentials",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/zod": "workspace:*",
"@typebot.io/forge-repository": "workspace:*",
"google-spreadsheet": "4.1.4",
"@typebot.io/lib": "workspace:*",
"@typebot.io/env": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"ky": "1.2.4",
"qs": "6.11.2"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}