mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-04 16:34:55 +01:00
Share: sync
This commit is contained in:
37
app/package.json
Normal file
37
app/package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "opencontrol",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "bun",
|
||||
"description": "OpenCode",
|
||||
"scripts": {},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "22.0.0",
|
||||
"@types/node": "^22.13.9",
|
||||
"prettier": "^3.5.3",
|
||||
"sst": "3.16.0",
|
||||
"typescript": "5.8.2"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.0.0",
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sst/opencode"
|
||||
},
|
||||
"license": "MIT",
|
||||
"prettier": {
|
||||
"semi": false
|
||||
},
|
||||
"overrides": {
|
||||
"zod": "3.24.2"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"esbuild",
|
||||
"protobufjs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user