opencode/packages/util/package.json
opencode 1b692ec7eb
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.104
2025-11-22 20:03:20 +00:00

18 lines
297 B
JSON

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