typebot.io/packages/conditions/package.json
2025-04-01 10:39:41 +02:00

19 lines
414 B
JSON

{
"name": "@typebot.io/conditions",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/lib": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@typebot.io/zod": "workspace:*",
"@typebot.io/runtime-session-store": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}