claude-code-company
Version:
Multi-agent tmux coordination system for Claude Code with perfect Unicode support
54 lines (53 loc) • 1.1 kB
JSON
{
"name": "claude-code-company",
"version": "1.1.43",
"description": "Multi-agent tmux coordination system for Claude Code with perfect Unicode support",
"main": "index.js",
"bin": {
"ccp": "index.js",
"claude-code-company": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "node test/all.test.js",
"build": "pkg index.js --compress GZip --output ccp",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"keywords": [
"claude",
"code",
"company",
"agent",
"tmux",
"communication",
"unicode",
"cli",
"ccp"
],
"author": "Claude Code Communication",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"preferGlobal": true,
"files": [
"index.js",
"lib/",
"templates/",
"README.md"
],
"devDependencies": {
"pkg": "^5.8.1"
},
"pkg": {
"scripts": [
"lib/**/*.js"
],
"assets": [
"lib/**/*"
],
"outputPath": "dist"
}
}