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

22 lines
525 B
JSON

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