mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
23 lines
493 B
JSON
23 lines
493 B
JSON
{
|
|
"name": "@typebot.io/lib",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"google-auth-library": "8.9.0",
|
|
"ioredis": "5.4.1",
|
|
"minio": "7.1.3",
|
|
"validator": "13.11.0",
|
|
"@paralleldrive/cuid2": "2.2.1",
|
|
"next": "14.2.13"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/env": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"@types/validator": "13.11.9"
|
|
}
|
|
}
|