2025-10-01 23:34:37 +00:00
|
|
|
{
|
2025-10-05 01:33:39 +00:00
|
|
|
"name": "@opencode-ai/console-mail",
|
2026-05-02 19:53:06 +00:00
|
|
|
"version": "1.14.33",
|
2025-10-01 23:34:37 +00:00
|
|
|
"dependencies": {
|
|
|
|
|
"@jsx-email/all": "2.2.3",
|
|
|
|
|
"@jsx-email/cli": "1.4.3",
|
2025-10-10 22:11:19 +00:00
|
|
|
"@tsconfig/bun": "1.0.9",
|
2025-10-01 23:34:37 +00:00
|
|
|
"@types/react": "18.0.25",
|
2025-10-11 04:06:46 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"solid-js": "catalog:"
|
2025-10-01 23:34:37 +00:00
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
"./*": "./emails/templates/*"
|
|
|
|
|
},
|
2025-10-10 22:11:19 +00:00
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
|
|
|
"private": true,
|
2025-10-01 23:34:37 +00:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "email preview emails/templates"
|
2025-10-10 22:11:19 +00:00
|
|
|
},
|
2026-01-02 22:29:09 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"license": "MIT"
|
2025-10-01 23:34:37 +00:00
|
|
|
}
|