mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
4.4.0 is not compatible with Next.js (https://github.com/PostHog/posthog-js-lite/issues/344)
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "@typebot.io/telemetry",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@typebot.io/env": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/zod": "workspace:*",
|
|
"posthog-node": "4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*"
|
|
}
|
|
}
|