mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
65 lines
2.1 KiB
JSON
65 lines
2.1 KiB
JSON
{
|
|
"name": "@typebot.io/bot-engine",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"test": "dotenv -e ./.env -e ../../.env -- vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@paralleldrive/cuid2": "^2.2.1",
|
|
"@planetscale/database": "^1.8.0",
|
|
"@sentry/nextjs": "^10.8.0",
|
|
"@trpc/server": "^11.3.1",
|
|
"@typebot.io/blocks-bubbles": "workspace:*",
|
|
"@typebot.io/blocks-core": "workspace:*",
|
|
"@typebot.io/blocks-inputs": "workspace:*",
|
|
"@typebot.io/blocks-integrations": "workspace:*",
|
|
"@typebot.io/blocks-logic": "workspace:*",
|
|
"@typebot.io/chat-api": "workspace:*",
|
|
"@typebot.io/chat-session": "workspace:*",
|
|
"@typebot.io/conditions": "workspace:*",
|
|
"@typebot.io/credentials": "workspace:*",
|
|
"@typebot.io/emails": "workspace:*",
|
|
"@typebot.io/env": "workspace:*",
|
|
"@typebot.io/events": "workspace:*",
|
|
"@typebot.io/groups": "workspace:*",
|
|
"@typebot.io/legacy": "workspace:*",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"@typebot.io/logs": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/results": "workspace:*",
|
|
"@typebot.io/rich-text": "workspace:*",
|
|
"@typebot.io/runtime-session-store": "workspace:*",
|
|
"@typebot.io/schemas": "workspace:*",
|
|
"@typebot.io/settings": "workspace:*",
|
|
"@typebot.io/theme": "workspace:*",
|
|
"@typebot.io/typebot": "workspace:*",
|
|
"@typebot.io/variables": "workspace:*",
|
|
"@typebot.io/zod": "workspace:*",
|
|
"chrono-node": "2.7.6",
|
|
"date-fns": "^2.30.0",
|
|
"date-fns-tz": "^2.0.0",
|
|
"google-spreadsheet": "^4.1.4",
|
|
"ky": "^1.2.4",
|
|
"libphonenumber-js": "1.10.37",
|
|
"node-html-parser": "6.1.5",
|
|
"nodemailer": "^7.0.6",
|
|
"openai": "^4.81.0",
|
|
"qs": "^6.11.2",
|
|
"stripe": "^17.1.0",
|
|
"undici": "^7.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/forge": "workspace:*",
|
|
"@typebot.io/forge-repository": "workspace:*",
|
|
"@types/qs": "^6.9.7",
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"vitest": "^3.2.4",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|