mirror of
https://git.sync.wtf/troed/oc-ls-stats.git
synced 2026-09-04 09:58:13 +03:00
Add oc-tps plugin
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "oc-tps",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./tui": {
|
||||
"import": "./tui.tsx"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"opencode": ">=1.3.14"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@opencode-ai/plugin": "*",
|
||||
"@opentui/core": "*",
|
||||
"@opentui/solid": "*",
|
||||
"solid-js": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user