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

37 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "@typebot.io/emails",
"version": "1.0.0",
"description": "",
"private": true,
2022-11-21 11:12:43 +01:00
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"preview": "concurrently \"pnpm run watch\" \"sleep 5 && pnpm run serve\" -n \"watch,serve\" -c \"bgBlue.bold,bgMagenta.bold\"",
"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*\""
},
"keywords": [],
"author": "Baptiste Arnaud",
"license": "ISC",
"devDependencies": {
2023-05-25 17:24:39 +02:00
"@faire/mjml-react": "3.3.0",
"@types/node": "20.2.3",
"@types/nodemailer": "6.4.8",
"@types/react": "18.2.7",
2023-04-03 09:00:39 +02:00
"concurrently": "8.0.1",
"http-server": "14.1.1",
2023-05-25 17:24:39 +02:00
"nodemailer": "6.9.2",
"react": "18.2.0",
2023-05-02 14:37:34 -04:00
"tsx": "3.12.7",
"@typebot.io/lib": "workspace:*",
2023-05-25 17:24:39 +02:00
"eslint": "8.41.0",
2022-11-21 11:12:43 +01:00
"eslint-config-custom": "workspace:*",
"@typebot.io/tsconfig": "workspace:*"
},
"peerDependencies": {
"@faire/mjml-react": "2.1.4",
"nodemailer": "6.7.8"
}
}