| 1234567891011121314151617181920 |
- {
- "name": "@opencode-ai/util",
- "version": "1.1.62",
- "private": true,
- "type": "module",
- "license": "MIT",
- "exports": {
- "./*": "./src/*.ts"
- },
- "scripts": {
- "typecheck": "tsc --noEmit"
- },
- "dependencies": {
- "zod": "catalog:"
- },
- "devDependencies": {
- "typescript": "catalog:",
- "@types/bun": "catalog:"
- }
- }
|