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-03-14 15:08:53 +01:00
"@faire/mjml-react": "3.1.2",
"@types/node": "18.15.3",
2022-12-18 11:50:56 +01:00
"@types/nodemailer": "6.4.7",
2023-02-23 09:21:18 +01:00
"@types/react": "18.0.28",
2022-11-21 19:08:14 +01:00
"concurrently": "7.6.0",
"http-server": "14.1.1",
2023-01-28 14:42:50 +01:00
"nodemailer": "6.9.1",
"react": "18.2.0",
2023-03-14 15:08:53 +01:00
"tsx": "3.12.5",
"@typebot.io/lib": "workspace:*",
2023-03-14 15:08:53 +01:00
"eslint": "8.36.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"
}
}