{
  "name": "@nemus-cli/nemus",
  "version": "0.2.10",
  "workspaces": [
    "packages/*"
  ],
  "description": "Nemus — a CLI for managing multi-repository workspaces. Create, sync, and operate across dozens of repos with a single command, and wire them up to your favorite coding agent.",
  "keywords": [
    "workspace",
    "git",
    "github",
    "cli",
    "monorepo",
    "multi-repo",
    "polyrepo",
    "developer-tools",
    "ai-agents",
    "claude",
    "codex"
  ],
  "author": "Nemus contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/me-public/nemus.git"
  },
  "bugs": {
    "url": "https://github.com/me-public/nemus/issues"
  },
  "homepage": "https://github.com/me-public/nemus#readme",
  "engines": {
    "node": ">=22.0.0",
    "npm": ">=9.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/**/*",
    "bin/**/*",
    "src/**/*",
    "scripts/**/*",
    "install.sh",
    "install-shell-integration.sh",
    "remove-shell-block.awk",
    "sync-permissions.sh",
    "skills/**/*.md",
    "uninstall.sh",
    "assets/**/*",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "tsconfig.json"
  ],
  "bin": {
    "nemus": "bin/workspace.js",
    "nem": "bin/workspace.js",
    "nemus-mcp": "dist/mcp/server.js"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "build": "tsc && cp src/commands/dashboard/sidebar.js dist/commands/dashboard/sidebar.js && rm -rf dist/pi-extensions && cp -r src/pi-extensions dist/pi-extensions && rm -rf dist/scripts && cp -r src/scripts dist/scripts",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run clean && npm run build",
    "postinstall": "node scripts/postinstall.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "cli-progress": "^3.12.0",
    "commander": "^15.0.0",
    "fuzzy": "^0.1.3",
    "ink": "^7.1.1",
    "inquirer": "^8.0.0",
    "inquirer-autocomplete-prompt": "^2.0.0",
    "markdown-table": "^3.0.3",
    "react": "^19.2.8",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/cli-progress": "^3.11.0",
    "@types/inquirer": "^9.0.3",
    "@types/inquirer-autocomplete-prompt": "^2.0.0",
    "@types/node": "^26.3.0",
    "@types/react": "^19.2.2",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.11"
  }
}
