agent-orchestrator/packages/plugins/runtime-tmux/package.json

27 lines
568 B
JSON

{
"name": "@agent-orchestrator/plugin-runtime-tmux",
"version": "0.1.0",
"description": "Runtime plugin: tmux sessions",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"@agent-orchestrator/core": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.2.3",
"typescript": "^5.7.0"
}
}