typebot.io/packages/variables/package.json
Baptiste Arnaud 321d56c1cf
feat: only log function execution error in dev
Closes Mute setVariable error log in production #1948
2025-01-24 15:46:10 +01:00

20 lines
420 B
JSON

{
"name": "@typebot.io/variables",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/lib": "workspace:*",
"isolated-vm": "5.0.1",
"@typebot.io/zod": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/env": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}