{
  "artifactDownloadUrls": [
    "https://github.com/agentty-xyz/agentty/releases/download/v0.11.1"
  ],
  "bin": {
    "testty": "run-testty.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": "Rust-native TUI end-to-end testing framework using PTY-driven semantic assertions, native frame rendering, and VHS-driven GIF capture.",
  "devDependencies": {
    "prettier": "^3.8.1"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 35
  },
  "homepage": "https://github.com/agentty-xyz/agentty",
  "keywords": [
    "development-tools::testing",
    "command-line-interface",
    "tui",
    "testing",
    "e2e",
    "pty",
    "ratatui"
  ],
  "license": "Apache-2.0",
  "name": "@agentty-xyz/testty",
  "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": "testty-aarch64-apple-darwin.tar.xz",
      "bins": {
        "testty": "testty"
      },
      "zipExt": ".tar.xz"
    },
    "aarch64-unknown-linux-gnu": {
      "artifactName": "testty-aarch64-unknown-linux-gnu.tar.xz",
      "bins": {
        "testty": "testty"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-apple-darwin": {
      "artifactName": "testty-x86_64-apple-darwin.tar.xz",
      "bins": {
        "testty": "testty"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "testty-x86_64-unknown-linux-gnu.tar.xz",
      "bins": {
        "testty": "testty"
      },
      "zipExt": ".tar.xz"
    }
  },
  "version": "0.11.1",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  }
}