typebot.io/packages/radar/package.json

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