typebot.io/packages/typebot/package.json
2026-03-25 10:43:35 +01:00

32 lines
885 B
JSON

{
"name": "@typebot.io/typebot",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": {
"types": "./src/*.ts",
"import": "./src/*.ts",
"default": "./src/*.ts"
},
"./package.json": "./package.json"
},
"dependencies": {
"@typebot.io/blocks-core": "workspace:*",
"@typebot.io/shared-core": "workspace:*",
"@typebot.io/env": "workspace:*",
"@typebot.io/events": "workspace:*",
"@typebot.io/groups": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/settings": "workspace:*",
"@typebot.io/theme": "workspace:*",
"@typebot.io/user": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@typebot.io/workspaces": "workspace:*",
"effect": "4.0.0-beta.38",
"zod": "^4.3.5"
}
}