feat: add @opencode-ai/util package with utility functions

This commit is contained in:
Dax Raad
2025-11-18 20:02:10 -05:00
parent 4b0a238c88
commit d821067be4
5 changed files with 57 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "@opencode-ai/util",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
"./*": "./src/*.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"zod": "catalog:"
},
"devDependencies": {
"typescript": "catalog:"
}
}