typebot.io/packages/emails/package.json

29 lines
705 B
JSON

{
"name": "@typebot.io/emails",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./emails/*": "./src/emails/*.tsx"
},
"scripts": {
"watch": "tsx watch ./src/preview.tsx --clear-screen=false",
"serve": "http-server dist -a localhost -p 3223 -o -c-1"
},
"dependencies": {
"@faire/mjml-react": "3.3.0",
"nodemailer": "6.9.8",
"react": "18.2.0",
"@typebot.io/lib": "workspace:*",
"@typebot.io/env": "workspace:*"
},
"devDependencies": {
"@types/node": "20.4.2",
"@types/nodemailer": "6.4.14",
"@types/react": "18.2.15",
"http-server": "14.1.1",
"tsx": "4.19.1",
"@typebot.io/tsconfig": "workspace:*"
}
}