mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
18 lines
360 B
JSON
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:*"
|
|
}
|
|
}
|