{
  "name": "rida-me-cli",
  "version": "1.0.0",
  "description": "Official command-line client for the Rida.me Public Content API.",
  "type": "module",
  "bin": {
    "rida": "rida.mjs"
  },
  "files": [
    "rida.mjs",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "rida.me",
    "rida-al-barazi",
    "cli",
    "agents",
    "markdown"
  ],
  "homepage": "https://rida.me/developers/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rbarazi/rida-me.git",
    "directory": "static/cli"
  },
  "publishConfig": {
    "access": "public"
  }
}
