typebot.io/packages/groups/package.json
2025-01-23 13:25:47 +01:00

18 lines
360 B
JSON

{
"name": "@typebot.io/groups",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/blocks-core": "workspace:*",
"@typebot.io/zod": "workspace:*",
"@typebot.io/schemas": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}