2
0
Files
bot/packages/lib/package.json

33 lines
805 B
JSON
Raw Normal View History

{
"name": "@typebot.io/lib",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
"devDependencies": {
2023-07-15 10:46:36 +02:00
"@paralleldrive/cuid2": "2.2.1",
"@playwright/test": "1.36.0",
"@typebot.io/env": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
2023-05-25 17:24:39 +02:00
"@types/nodemailer": "6.4.8",
"next": "13.4.3",
2023-07-15 10:46:36 +02:00
"nodemailer": "6.9.3",
"typescript": "5.1.6"
2022-01-06 09:40:56 +01:00
},
"peerDependencies": {
2022-11-29 10:02:40 +01:00
"next": "13.0.0",
"nodemailer": "6.7.8"
},
"dependencies": {
"@sentry/nextjs": "7.66.0",
"@trpc/server": "10.34.0",
"@udecode/plate-common": "^21.1.5",
"got": "12.6.0",
"minio": "7.1.3",
"remark-slate": "^1.8.6"
}
}