Files
oc-ls-stats/package.json
T
Troed Sångberg 9ff08beb1b chore: v0.0.53 - make debug logging toggleable via DEBUG_ENABLED constant
- Set DEBUG_ENABLED = false by default
- Set to true to re-enable file-based debug logging
2026-06-13 23:41:32 +02:00

21 lines
386 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@troed/oc-ls-stats",
"version": "0.0.53",
"type": "module",
"exports": {
"./tui": {
"import": "./tui.tsx"
}
},
"engines": {
"opencode": ">=1.3.14"
},
"peerDependencies": {
"@opencode-ai/plugin": "*",
"@opentui/core": "*",
"@opentui/solid": "*",
"solid-js": "*"
}
}