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

30 lines
690 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": {
"@paralleldrive/cuid2": "2.2.0",
2023-05-02 14:37:34 -04:00
"@playwright/test": "1.33.0",
2022-12-18 11:50:56 +01:00
"@types/nodemailer": "6.4.7",
2023-05-02 14:37:34 -04:00
"aws-sdk": "2.1369.0",
"@typebot.io/prisma": "workspace:*",
2022-11-21 11:12:43 +01:00
"dotenv": "16.0.3",
"@typebot.io/schemas": "workspace:*",
2023-05-02 14:37:34 -04:00
"next": "13.3.4",
2023-01-28 14:42:50 +01:00
"nodemailer": "6.9.1",
"@typebot.io/tsconfig": "workspace:*",
2023-05-02 14:37:34 -04:00
"typescript": "5.0.4"
2022-01-06 09:40:56 +01:00
},
"peerDependencies": {
"aws-sdk": "2.1152.0",
2022-11-29 10:02:40 +01:00
"next": "13.0.0",
"nodemailer": "6.7.8"
},
"dependencies": {
2023-03-14 15:08:53 +01:00
"got": "12.6.0"
}
}