Vendor opencode source for docker build
This commit is contained in:
20
opencode/packages/util/package.json
Normal file
20
opencode/packages/util/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@opencode-ai/util",
|
||||
"version": "1.1.53",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
"./*": "./src/*.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "catalog:",
|
||||
"@types/bun": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user