2023-09-20 15:26:52 +02:00
|
|
|
{
|
|
|
|
"name": "@typebot.io/bot-engine",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"private": true,
|
|
|
|
"main": "./index.ts",
|
|
|
|
"types": "./index.ts",
|
|
|
|
"dependencies": {
|
|
|
|
"@paralleldrive/cuid2": "2.2.1",
|
2023-11-06 16:22:25 +01:00
|
|
|
"@planetscale/database": "1.8.0",
|
2023-11-06 16:24:26 +01:00
|
|
|
"@sentry/nextjs": "7.77.0",
|
2023-10-07 12:03:42 +02:00
|
|
|
"@trpc/server": "10.40.0",
|
2023-09-20 15:26:52 +02:00
|
|
|
"@typebot.io/emails": "workspace:*",
|
|
|
|
"@typebot.io/env": "workspace:*",
|
|
|
|
"@typebot.io/lib": "workspace:*",
|
|
|
|
"@typebot.io/prisma": "workspace:*",
|
|
|
|
"@typebot.io/schemas": "workspace:*",
|
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
2023-11-06 16:22:25 +01:00
|
|
|
"@udecode/plate-common": "21.1.5",
|
|
|
|
"@udecode/plate-serializer-md": "24.4.0",
|
2023-11-20 10:32:38 +01:00
|
|
|
"ai": "2.2.24",
|
2023-11-14 17:27:02 +01:00
|
|
|
"chrono-node": "2.7.0",
|
2023-11-06 16:22:25 +01:00
|
|
|
"date-fns": "2.30.0",
|
2023-09-20 15:26:52 +02:00
|
|
|
"google-auth-library": "8.9.0",
|
|
|
|
"google-spreadsheet": "4.0.2",
|
|
|
|
"got": "12.6.0",
|
|
|
|
"libphonenumber-js": "1.10.37",
|
2023-11-06 16:22:25 +01:00
|
|
|
"node-html-parser": "6.1.5",
|
2023-09-20 15:26:52 +02:00
|
|
|
"nodemailer": "6.9.3",
|
2023-11-20 10:32:38 +01:00
|
|
|
"openai": "4.19.0",
|
2023-11-06 16:22:25 +01:00
|
|
|
"qs": "6.11.2",
|
|
|
|
"remark-slate": "1.8.6",
|
2023-09-20 15:26:52 +02:00
|
|
|
"stripe": "12.13.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/nodemailer": "6.4.8",
|
|
|
|
"@types/qs": "6.9.7"
|
|
|
|
}
|
|
|
|
}
|