{
  "artifactDownloadUrls": [
    "https://github.com/get-tmonier/argot/releases/download/v0.2.127"
  ],
  "bin": {
    "argot": "run-argot.js"
  },
  "dependencies": {
    "detect-libc": "^2.1.2"
  },
  "description": "argot — voice linter CLI. Single statically-linked binary replacing the TS/Bun CLI and Python engine.",
  "devDependencies": {
    "prettier": "^3.8.3"
  },
  "engines": {
    "node": ">=14.14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 39
  },
  "license": "MIT",
  "name": "@tmonier/argot",
  "preferUnplugged": true,
  "repository": "https://github.com/get-tmonier/argot",
  "scripts": {
    "fmt": "prettier --write **/*.js",
    "fmt:check": "prettier --check **/*.js",
    "postinstall": "node ./install.js"
  },
  "supportedPlatforms": {
    "aarch64-apple-darwin": {
      "artifactName": "argot-aarch64-apple-darwin.tar.gz",
      "bins": {
        "argot": "argot"
      },
      "zipExt": ".tar.gz"
    },
    "aarch64-pc-windows-msvc": {
      "artifactName": "argot-x86_64-pc-windows-msvc.zip",
      "bins": {
        "argot": "argot.exe"
      },
      "zipExt": ".zip"
    },
    "aarch64-unknown-linux-gnu": {
      "artifactName": "argot-aarch64-unknown-linux-gnu.tar.gz",
      "bins": {
        "argot": "argot"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-apple-darwin": {
      "artifactName": "argot-x86_64-apple-darwin.tar.gz",
      "bins": {
        "argot": "argot"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-pc-windows-gnu": {
      "artifactName": "argot-x86_64-pc-windows-msvc.zip",
      "bins": {
        "argot": "argot.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-pc-windows-msvc": {
      "artifactName": "argot-x86_64-pc-windows-msvc.zip",
      "bins": {
        "argot": "argot.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "argot-x86_64-unknown-linux-gnu.tar.gz",
      "bins": {
        "argot": "argot"
      },
      "zipExt": ".tar.gz"
    }
  },
  "version": "0.2.127",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  },
  "mcpName": "io.github.get-tmonier/argot"
}
