typebot.io/packages/variables/package.json
Baptiste Arnaud c2b251c7e5
♻️ Migrate to NX (#2418)
2026-03-18 15:29:32 +00:00

23 lines
514 B
JSON

{
"name": "@typebot.io/variables",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": {
"types": "./src/*.ts",
"import": "./src/*.ts",
"default": "./src/*.ts"
},
"./package.json": "./package.json"
},
"dependencies": {
"@typebot.io/lib": "workspace:*",
"isolated-vm": "^6.0.2",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/env": "workspace:*",
"@typebot.io/runtime-session-store": "workspace:*",
"zod": "^4.3.5"
}
}