{
  "artifactDownloadUrls": [
    "https://github.com/edpaget/rdm/releases/download/v0.15.0"
  ],
  "bin": {
    "rdm": "run-rdm.js"
  },
  "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": "CLI for managing project roadmaps, phases, and tasks",
  "devDependencies": {
    "prettier": "^3.8.1"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 35
  },
  "homepage": "https://github.com/edpaget/rdm",
  "license": "GPL-3.0-or-later",
  "name": "@edpaget/rdm",
  "preferUnplugged": true,
  "repository": "https://github.com/edpaget/rdm",
  "scripts": {
    "fmt": "prettier --write **/*.js",
    "fmt:check": "prettier --check **/*.js",
    "postinstall": "node ./install.js"
  },
  "supportedPlatforms": {
    "aarch64-apple-darwin": {
      "artifactName": "rdm-cli-aarch64-apple-darwin.tar.xz",
      "bins": {
        "rdm": "rdm"
      },
      "zipExt": ".tar.xz"
    },
    "aarch64-unknown-linux-gnu": {
      "artifactName": "rdm-cli-aarch64-unknown-linux-gnu.tar.xz",
      "bins": {
        "rdm": "rdm"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-apple-darwin": {
      "artifactName": "rdm-cli-x86_64-apple-darwin.tar.xz",
      "bins": {
        "rdm": "rdm"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "rdm-cli-x86_64-unknown-linux-gnu.tar.xz",
      "bins": {
        "rdm": "rdm"
      },
      "zipExt": ".tar.xz"
    }
  },
  "version": "0.15.0",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  },
  "mcpName": "io.github.edpaget/rdm"
}
