mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
27 lines
732 B
JSON
27 lines
732 B
JSON
{
|
|
"name": "@typebot.io/typebot",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@typebot.io/blocks-core": "workspace:*",
|
|
"@typebot.io/groups": "workspace:*",
|
|
"@typebot.io/settings": "workspace:*",
|
|
"@typebot.io/theme": "workspace:*",
|
|
"@typebot.io/variables": "workspace:*",
|
|
"@typebot.io/zod": "workspace:*",
|
|
"@typebot.io/schemas": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"@typebot.io/env": "workspace:*",
|
|
"@typebot.io/workspaces": "workspace:*",
|
|
"@typebot.io/events": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*"
|
|
}
|
|
}
|