plugin structure

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-19 18:32:39 -04:00
parent 064ae0f251
commit d91f6fe3ef
7 changed files with 1118 additions and 3 deletions

View File

@@ -2,16 +2,19 @@
"name": "tmux-utils",
"version": "0.1.0",
"description": "Standalone OpenCode plugin for tmux subagent panes and interactive tmux tool",
"main": "dist/index.js",
"main": ".opencode/plugins/tmux-utils.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
".opencode",
"dist",
"docs",
"README.md"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./.opencode/plugins/tmux-utils.js"
}
},
"scripts": {