Files
opencode/packages/console/mail/package.json
T
Artur Do Lago 904e8a7e10 chore: bump all packages to version 0.1.20260112
- Update agent-core and all workspace packages to 0.1.20260112
- Update tiara submodule with version bump
- Update bun.lock for version changes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 13:09:32 +01:00

26 lines
655 B
JSON

{
"name": "@opencode-ai/console-mail",
"version": "0.1.20260112",
"dependencies": {
"@jsx-email/all": "2.2.3",
"@jsx-email/cli": "1.4.3",
"@tsconfig/bun": "1.0.9",
"@types/react": "18.0.25",
"react": "18.2.0",
"solid-js": "catalog:"
},
"exports": {
"./*": "./emails/templates/*"
},
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"scripts": {
"typecheck": "echo 'Mail package - no typecheck' && exit 0",
"lint": "prettier --check .",
"test": "echo 'No tests configured' && exit 0",
"dev": "email preview emails/templates"
},
"type": "module",
"license": "MIT"
}