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

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