typebot.io/packages/logs/package.json
Baptiste Arnaud 0a75534cce
Add missing deps
2025-02-19 11:02:21 +01:00

15 lines
287 B
JSON

{
"name": "@typebot.io/logs",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
"./*": "./src/*.ts"
},
"devDependencies": {
"@typebot.io/zod": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/tsconfig": "workspace:*"
}
}