typebot.io/packages/auth/package.json
2026-03-24 14:51:38 +01:00

26 lines
629 B
JSON

{
"name": "@typebot.io/auth",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
"./*": {
"types": "./src/*.ts",
"import": "./src/*.ts",
"default": "./src/*.ts"
},
"./package.json": "./package.json"
},
"dependencies": {
"effect": "4.0.0-beta.38",
"@typebot.io/env": "workspace:*",
"@upstash/ratelimit": "^0.4.3",
"next-auth": "^5.0.0-beta.30",
"@typebot.io/user": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/telemetry": "workspace:*",
"@typebot.io/config": "workspace:*"
}
}