{
  "artifactDownloadUrls": [
    "https://github.com/agentty-xyz/agentty/releases/download/v0.11.1"
  ],
  "bin": {
    "agentty": "run-agentty.js"
  },
  "contributors": [
    "Vladimir Minev <minev.dev@gmail.com>",
    "Andrei Agaev <andagaev@gmail.com>"
  ],
  "dependencies": {
    "axios": "^1.13.5",
    "axios-proxy-builder": "^0.1.2",
    "console.table": "^0.10.0",
    "detect-libc": "^2.1.2",
    "rimraf": "^6.1.3"
  },
  "description": "Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.",
  "devDependencies": {
    "prettier": "^3.8.1"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 35
  },
  "homepage": "https://github.com/agentty-xyz/agentty",
  "license": "Apache-2.0",
  "name": "agentty",
  "preferUnplugged": true,
  "repository": "https://github.com/agentty-xyz/agentty",
  "scripts": {
    "fmt": "prettier --write **/*.js",
    "fmt:check": "prettier --check **/*.js",
    "postinstall": "node ./install.js"
  },
  "supportedPlatforms": {
    "aarch64-apple-darwin": {
      "artifactName": "agentty-aarch64-apple-darwin.tar.xz",
      "bins": {
        "agentty": "agentty"
      },
      "zipExt": ".tar.xz"
    },
    "aarch64-unknown-linux-gnu": {
      "artifactName": "agentty-aarch64-unknown-linux-gnu.tar.xz",
      "bins": {
        "agentty": "agentty"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-apple-darwin": {
      "artifactName": "agentty-x86_64-apple-darwin.tar.xz",
      "bins": {
        "agentty": "agentty"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "agentty-x86_64-unknown-linux-gnu.tar.xz",
      "bins": {
        "agentty": "agentty"
      },
      "zipExt": ".tar.xz"
    }
  },
  "version": "0.11.1",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  }
}