{
  "name": "@team-agent/installer",
  "version": "0.5.0",
  "description": "npx installer for Team Agent",
  "keywords": [
    "codex",
    "claude",
    "tmux",
    "multi-agent"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Florious95/team-agent.git"
  },
  "homepage": "https://github.com/Florious95/team-agent#readme",
  "bugs": {
    "url": "https://github.com/Florious95/team-agent/issues"
  },
  "bin": {
    "team-agent-installer": "npm/install.mjs"
  },
  "optionalDependencies": {
    "@team-agent/cli-darwin-arm64": "0.5.0",
    "@team-agent/cli-darwin-x64": "0.5.0",
    "@team-agent/cli-linux-x64": "0.5.0"
  },
  "scripts": {
    "postinstall": "node npm/bincheck.mjs",
    "test": "cargo test --workspace --locked",
    "build:release": "cargo build --release --bin team-agent --locked",
    "pack:dry-run": "npm pack --dry-run"
  },
  "files": [
    "npm/bincheck.mjs",
    "npm/install.mjs",
    "skills",
    "templates",
    "examples",
    "schemas",
    "Cargo.toml",
    "Cargo.lock",
    "crates/team-agent/Cargo.toml",
    "crates/team-agent/src",
    "README.md",
    "README.zh.md",
    "LICENSE",
    "!**/target/**"
  ],
  "engines": {
    "node": ">=18"
  },
  "license": "AGPL-3.0"
}
