mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 20:25:36 -04:00
904e8a7e10
- 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>
26 lines
655 B
JSON
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"
|
|
}
|