mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
migrate: move flock and hash utilities to shared package (#22640)
This commit is contained in:
parent
f1751401aa
commit
4ae7c77f8a
23 changed files with 929 additions and 41 deletions
|
|
@ -5,7 +5,9 @@
|
|||
"type": "module",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {},
|
||||
"scripts": {
|
||||
"test": "bun test"
|
||||
},
|
||||
"bin": {
|
||||
"opencode": "./bin/opencode"
|
||||
},
|
||||
|
|
@ -14,7 +16,8 @@
|
|||
},
|
||||
"imports": {},
|
||||
"devDependencies": {
|
||||
"@types/semver": "catalog:"
|
||||
"@types/semver": "catalog:",
|
||||
"@types/bun": "catalog:"
|
||||
},
|
||||
"dependencies": {
|
||||
"@effect/platform-node": "catalog:",
|
||||
|
|
@ -23,6 +26,7 @@
|
|||
"mime-types": "3.0.2",
|
||||
"minimatch": "10.2.5",
|
||||
"semver": "catalog:",
|
||||
"xdg-basedir": "5.1.0",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"overrides": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue