mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 18:55:37 -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>
23 lines
438 B
JSON
23 lines
438 B
JSON
{
|
|
"name": "@opencode-ai/util",
|
|
"version": "0.1.20260112",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "prettier --check .",
|
|
"test": "echo 'No tests configured' && exit 0"
|
|
},
|
|
"dependencies": {
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@types/bun": "catalog:"
|
|
}
|
|
}
|