2021-12-29 10:22:26 +01:00
|
|
|
{
|
2023-03-15 08:35:16 +01:00
|
|
|
"name": "@typebot.io/lib",
|
2021-12-29 10:22:26 +01:00
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"private": true,
|
2022-09-18 09:46:42 +02:00
|
|
|
"main": "./index.ts",
|
|
|
|
"types": "./index.ts",
|
2021-12-29 10:22:26 +01:00
|
|
|
"devDependencies": {
|
2023-03-14 14:18:05 +01:00
|
|
|
"@paralleldrive/cuid2": "2.2.0",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@playwright/test": "1.34.3",
|
|
|
|
"@types/nodemailer": "6.4.8",
|
|
|
|
"aws-sdk": "2.1384.0",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/prisma": "workspace:*",
|
2022-11-21 11:12:43 +01:00
|
|
|
"dotenv": "16.0.3",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/schemas": "workspace:*",
|
2023-05-25 17:24:39 +02:00
|
|
|
"next": "13.4.3",
|
|
|
|
"nodemailer": "6.9.2",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
2023-05-02 14:37:34 -04:00
|
|
|
"typescript": "5.0.4"
|
2022-01-06 09:40:56 +01:00
|
|
|
},
|
2022-06-07 08:49:12 +02:00
|
|
|
"peerDependencies": {
|
2022-10-02 10:34:13 +02:00
|
|
|
"aws-sdk": "2.1152.0",
|
2022-11-29 10:02:40 +01:00
|
|
|
"next": "13.0.0",
|
2022-10-02 10:34:13 +02:00
|
|
|
"nodemailer": "6.7.8"
|
2023-03-14 14:18:05 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-14 15:08:53 +01:00
|
|
|
"got": "12.6.0"
|
2021-12-29 10:22:26 +01:00
|
|
|
}
|
|
|
|
}
|