mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 15:00:24 +00:00
sync
This commit is contained in:
parent
96fbc37f01
commit
a34d020bc6
26 changed files with 979 additions and 54 deletions
19
js/package.json
Normal file
19
js/package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "opencode",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@tsconfig/bun": "^1.0.7",
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@flystorage/file-storage": "^1.1.0",
|
||||
"@flystorage/local-fs": "^1.1.0",
|
||||
"ai": "5.0.0-alpha.2",
|
||||
"ulid": "3.0.0",
|
||||
"zod": "3.24.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue