typebot.io/packages/typebot/package.json

21 lines
505 B
JSON

{
"name": "@typebot.io/typebot",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/blocks-core": "workspace:*",
"@typebot.io/forge": "workspace:*",
"@typebot.io/groups": "workspace:*",
"@typebot.io/settings": "workspace:*",
"@typebot.io/theme": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@typebot.io/zod": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}