mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
30 lines
728 B
JSON
30 lines
728 B
JSON
{
|
|
"name": "@typebot.io/emails",
|
|
"version": "0.0.1",
|
|
"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.15",
|
|
"react": "18.3.1",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"@typebot.io/env": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.4.2",
|
|
"@types/nodemailer": "6.4.14",
|
|
"@types/react": "18.3.18",
|
|
"http-server": "14.1.1",
|
|
"tsx": "4.19.1",
|
|
"@typebot.io/tsconfig": "workspace:*"
|
|
}
|
|
}
|