opencode/packages/util/package.json
opencode aef6904247
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
release: v1.0.119
2025-11-27 03:15:40 +00:00

18 lines
297 B
JSON

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