opencode/packages/util/package.json
Adam e8ac4a1e99
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run
fix: build error
2025-11-25 16:27:53 -06:00

18 lines
297 B
JSON

{
"name": "@opencode-ai/util",
"version": "1.0.112",
"private": true,
"type": "module",
"exports": {
"./*": "./src/*.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"zod": "catalog:"
},
"devDependencies": {
"typescript": "catalog:"
}
}