mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
29 lines
705 B
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:*"
|
|
}
|
|
}
|