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

53 lines
1.6 KiB
JSON

{
"name": "@typebot.io/bot-engine",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@paralleldrive/cuid2": "2.2.1",
"@planetscale/database": "1.8.0",
"@trpc/server": "10.40.0",
"@typebot.io/emails": "workspace:*",
"ai": "3.3.15",
"@typebot.io/env": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/conditions": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/results": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@typebot.io/typebot": "workspace:*",
"@typebot.io/rich-text": "workspace:*",
"@typebot.io/blocks-core": "workspace:*",
"@typebot.io/blocks-inputs": "workspace:*",
"@typebot.io/blocks-integrations": "workspace:*",
"@typebot.io/blocks-logic": "workspace:*",
"@typebot.io/blocks-bubbles": "workspace:*",
"@typebot.io/settings": "workspace:*",
"@typebot.io/theme": "workspace:*",
"@typebot.io/zod": "workspace:*",
"@typebot.io/groups": "workspace:*",
"chrono-node": "2.7.6",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"google-auth-library": "8.9.0",
"google-spreadsheet": "4.1.1",
"ky": "1.2.4",
"libphonenumber-js": "1.10.37",
"node-html-parser": "6.1.5",
"nodemailer": "6.9.15",
"openai": "4.52.7",
"qs": "6.11.2",
"stripe": "17.1.0"
},
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/forge-repository": "workspace:*",
"@types/nodemailer": "6.4.14",
"@types/qs": "6.9.7",
"@typebot.io/tsconfig": "workspace:*"
}
}