typebot.io/packages/typebot/package.json
Baptiste Arnaud c93b4f4ce7
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Add Command event (#2017)
Closes #1102
2025-02-14 09:40:42 +01:00

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:*"
}
}