@sirmrmarty/n8n-nodes-tmux-orchestrator
Version:
n8n nodes for orchestrating Claude AI agents through tmux sessions
69 lines (68 loc) • 1.8 kB
JSON
{
"name": "@sirmrmarty/n8n-nodes-tmux-orchestrator",
"version": "0.3.9",
"description": "n8n nodes for orchestrating Claude AI agents through tmux sessions",
"keywords": [
"n8n-community-node-package",
"tmux",
"claude",
"ai",
"orchestration",
"automation"
],
"license": "MIT",
"homepage": "https://github.com/sirmrmarty/n8n-nodes-tmux-claudecode",
"author": {
"name": "sirmrmarty"
},
"repository": {
"type": "git",
"url": "https://github.com/sirmrmarty/n8n-nodes-tmux-claudecode.git"
},
"engines": {
"node": ">=20.15"
},
"main": "index.js",
"scripts": {
"build": "npx rimraf dist && tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials utils --write",
"lint": "eslint nodes credentials utils package.json",
"lintfix": "eslint nodes credentials utils package.json --fix",
"prepublishOnlyDisabled": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
},
"files": [
"dist",
"scripts",
"utils"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/TmuxOrchestratorApi.credentials.js"
],
"nodes": [
"dist/nodes/TmuxProjectOrchestrator/TmuxProjectOrchestrator.node.js"
]
},
"devDependencies": {
"@types/node": "^24.2.1",
"@typescript-eslint/parser": "~8.32.0",
"eslint": "^8.57.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"prettier": "^3.5.3",
"rimraf": "^5.0.5",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"@noble/ed25519": "^2.1.0",
"@noble/hashes": "^1.8.0",
"@types/uuid": "^10.0.0",
"lru-cache": "^10.1.0",
"uuid": "^11.1.0"
}
}