typebot.io/packages/settings/package.json

18 lines
353 B
JSON

{
"name": "@typebot.io/settings",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/zod": "workspace:*",
"@typebot.io/conditions": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}