Update Nix Hashes / update-flake (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (macos-15-intel, x86_64-darwin) (push) Has been cancelled
Update Nix Hashes / update-node-modules-hash (macos-latest, aarch64-darwin) (push) Has been cancelled
21 lines
346 B
JSON
21 lines
346 B
JSON
{
|
|
"name": "@opencode-ai/util",
|
|
"version": "1.1.25",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@types/bun": "catalog:"
|
|
}
|
|
}
|