typebot.io/packages/credentials/package.json
2025-02-04 11:39:17 +01:00

20 lines
460 B
JSON

{
"name": "@typebot.io/credentials",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/zod": "workspace:*",
"@typebot.io/forge-repository": "workspace:*",
"google-auth-library": "9.15.1",
"@typebot.io/lib": "workspace:*",
"@typebot.io/env": "workspace:*",
"@typebot.io/prisma": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}