{
  "name": "stigmergy-cli-multi-agents",
  "version": "1.0.68",
  "description": "Stigmergy CLI Multi-Agents - Cross-CLI collaboration system with intelligent adapters",
  "main": "src/core/integrated_cli_deployment.js",
  "bin": {
    "stigmergy": "bin/stigmergy.js",
    "stigmergy-deploy": "src/core/integrated_cli_deployment.js",
    "stigmergy-adapter": "src/core/smart_adapter_integration.js",
    "stigmergy-env": "src/core/environment_stigmergy_system.js"
  },
  "scripts": {
    "install": "node src/core/integrated_cli_deployment.js full",
    "deploy": "node src/core/integrated_cli_deployment.js",
    "deploy-scan": "node src/core/integrated_cli_deployment.js scan-only",
    "deploy-install": "node src/core/integrated_cli_deployment.js install-only",
    "deploy-plugins": "node src/core/integrated_cli_deployment.js plugin-only",
    "start": "node src/core/smart_adapter_integration.js --demo",
    "status": "node src/core/cli_adapter_manager.js status",
    "demo": "node src/core/smart_adapter_demo.js",
    "test": "node src/core/test_smart_adapter.js",
    "setup": "npm install && node scripts/quick-setup.js",
    "postinstall": "node scripts/postinstall.js",
    "global-setup": "npm install -g . && node scripts/quick-setup.js"
  },
  "keywords": [
    "cli",
    "stigmergy",
    "multi-agent",
    "collaboration",
    "cross-platform",
    "encoding",
    "ai",
    "automation"
  ],
  "author": "Stigmergy CLI Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/stigmergy-cli/multi-agents.git"
  },
  "bugs": {
    "url": "https://github.com/stigmergy-cli/multi-agents/issues"
  },
  "homepage": "https://github.com/stigmergy-cli/multi-agents#readme",
  "dependencies": {
    "iconv-lite": "^0.6.3",
    "chalk": "^4.1.2",
    "readline": "^1.3.0"
  },
  "devDependencies": {
    "eslint": "^8.0.0",
    "prettier": "^2.8.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "os": [
    "win32",
    "darwin",
    "linux"
  ],
  "files": [
    "src/",
    "bin/",
    "plugins/",
    "config/",
    "README.md",
    "LICENSE"
  ],
  "preferGlobal": true,
  "optionalDependencies": {
    "windows-build-tools": "^5.2.6"
  }
}