2022-10-01 07:00:05 +02:00
|
|
|
{
|
2023-03-15 08:35:16 +01:00
|
|
|
"name": "@typebot.io/emails",
|
2022-10-01 07:00:05 +02:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2023-03-15 08:35:16 +01:00
|
|
|
"private": true,
|
2022-11-21 11:12:43 +01:00
|
|
|
"main": "./src/index.ts",
|
|
|
|
"types": "./src/index.ts",
|
2022-10-01 07:00:05 +02:00
|
|
|
"scripts": {
|
|
|
|
"preview": "concurrently \"pnpm run watch\" \"sleep 5 && pnpm run serve\" -n \"watch,serve\" -c \"bgBlue.bold,bgMagenta.bold\"",
|
2023-03-03 10:50:39 +01:00
|
|
|
"watch": "tsx watch ./src/preview.tsx --clear-screen=false",
|
|
|
|
"serve": "http-server dist -a localhost -p 3223 -o -c-1",
|
2022-11-21 11:12:43 +01:00
|
|
|
"lint": "eslint \"src/**/*.ts*\""
|
2022-10-01 07:00:05 +02:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Baptiste Arnaud",
|
2024-05-23 10:42:23 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-10-01 07:00:05 +02:00
|
|
|
"devDependencies": {
|
2023-05-25 17:24:39 +02:00
|
|
|
"@faire/mjml-react": "3.3.0",
|
2023-07-15 10:46:36 +02:00
|
|
|
"@types/node": "20.4.2",
|
2024-03-21 10:23:23 +01:00
|
|
|
"@types/nodemailer": "6.4.14",
|
2023-07-15 10:46:36 +02:00
|
|
|
"@types/react": "18.2.15",
|
|
|
|
"concurrently": "8.2.0",
|
2022-10-02 10:34:13 +02:00
|
|
|
"http-server": "14.1.1",
|
2024-03-21 10:23:23 +01:00
|
|
|
"nodemailer": "6.9.8",
|
2022-10-02 10:34:13 +02:00
|
|
|
"react": "18.2.0",
|
2024-06-17 14:12:14 +02:00
|
|
|
"tsx": "4.6.2",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/lib": "workspace:*",
|
2023-07-15 10:46:36 +02:00
|
|
|
"eslint": "8.44.0",
|
2022-11-21 11:12:43 +01:00
|
|
|
"eslint-config-custom": "workspace:*",
|
2023-08-28 09:13:53 +02:00
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
|
|
"@typebot.io/env": "workspace:*"
|
2022-10-01 07:00:05 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-10-02 10:34:13 +02:00
|
|
|
"@faire/mjml-react": "2.1.4",
|
|
|
|
"nodemailer": "6.7.8"
|
2022-10-01 07:00:05 +02:00
|
|
|
}
|
2024-06-17 14:12:14 +02:00
|
|
|
}
|