typebot.io/packages/results/package.json
2024-10-09 08:31:03 +02:00

23 lines
569 B
JSON

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