mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 14:44:46 +00:00
21 lines
346 B
JSON
21 lines
346 B
JSON
{
|
|
"name": "@opencode-ai/util",
|
|
"version": "1.1.48",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@types/bun": "catalog:"
|
|
}
|
|
}
|