69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "tmux-utils",
|
|
"version": "0.1.1",
|
|
"description": "Standalone OpenCode plugin for tmux subagent panes and interactive tmux tool",
|
|
"main": ".opencode/plugins/tmux-utils.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"files": [
|
|
".opencode",
|
|
"dist",
|
|
"docs",
|
|
"README.md"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./.opencode/plugins/tmux-utils.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"bundle": "./build.sh",
|
|
"clean": "./clean.sh",
|
|
"prepublishOnly": "./prepublish.sh",
|
|
"typecheck": "./typecheck.sh",
|
|
"test": "./test.sh"
|
|
},
|
|
"keywords": [
|
|
"opencode",
|
|
"plugin",
|
|
"tmux",
|
|
"subagent",
|
|
"pane"
|
|
],
|
|
"author": "YeonGyu-Kim",
|
|
"license": "SUL-1.0",
|
|
"dependencies": {
|
|
"@ast-grep/cli": "^0.41.1",
|
|
"@ast-grep/napi": "^0.41.1",
|
|
"@clack/prompts": "^0.11.0",
|
|
"@code-yeongyu/comment-checker": "^0.7.0",
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
"@opencode-ai/plugin": "^1.2.24",
|
|
"@opencode-ai/sdk": "^1.2.24",
|
|
"commander": "^14.0.2",
|
|
"detect-libc": "^2.0.0",
|
|
"diff": "^8.0.3",
|
|
"js-yaml": "^4.1.1",
|
|
"jsonc-parser": "^3.3.1",
|
|
"picocolors": "^1.1.1",
|
|
"picomatch": "^4.0.2",
|
|
"vscode-jsonrpc": "^8.2.0",
|
|
"zod": "^4.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/picomatch": "^3.0.2",
|
|
"bun-types": "1.3.10",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"overrides": {
|
|
"@opencode-ai/sdk": "^1.2.24"
|
|
},
|
|
"trustedDependencies": [
|
|
"@ast-grep/cli",
|
|
"@ast-grep/napi",
|
|
"@code-yeongyu/comment-checker"
|
|
]
|
|
}
|