mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
21 lines
477 B
JSON
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:*"
|
|
}
|
|
}
|