typebot.io/packages/variables/package.json
2025-10-03 10:51:27 +02:00

21 lines
477 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:*",
"@typebot.io/runtime-session-store": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}