1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "name": "@opencode-ai/util", "version": "1.0.219", "private": true, "type": "module", "exports": { "./*": "./src/*.ts" }, "scripts": { "typecheck": "tsc --noEmit" }, "dependencies": { "zod": "catalog:" }, "devDependencies": { "typescript": "catalog:", "@types/bun": "catalog:" } }