This commit is contained in:
Frank
2025-10-01 19:34:37 -04:00
parent 1024537b47
commit 70da3a9399
33 changed files with 2018 additions and 116 deletions

View File

@@ -0,0 +1,19 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode/console-mail",
"version": "0.13.5",
"private": true,
"type": "module",
"dependencies": {
"@jsx-email/all": "2.2.3",
"@jsx-email/cli": "1.4.3",
"@types/react": "18.0.25",
"react": "18.2.0"
},
"exports": {
"./*": "./emails/templates/*"
},
"scripts": {
"dev": "email preview emails/templates"
}
}