mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
26 lines
629 B
JSON
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:*"
|
|
}
|
|
}
|