typebot.io/packages/credentials/package.json
2025-10-03 10:51:27 +02:00

23 lines
539 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:*",
"@typebot.io/logs": "workspace:*",
"ky": "^1.2.4",
"qs": "^6.11.2"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}