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

24 lines
595 B
JSON

{
"name": "@typebot.io/radar",
"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/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:*",
"@typebot.io/settings": "workspace:*"
}
}