{
  "name": "@houseofmvps/claude-rank",
  "version": "2.0.3",
  "description": "Claude Code plugin that tells you why your site won't get cited by AI — and fixes the discoverability files automatically.",
  "type": "module",
  "bin": {
    "claude-rank": "./bin/claude-rank.mjs"
  },
  "files": [
    "bin/",
    "tools/",
    "skills/",
    "agents/",
    "commands/",
    "hooks/",
    "research/",
    ".claude-plugin/",
    "CLAUDE.md",
    "llms.txt"
  ],
  "scripts": {
    "test": "node --test tests/*.test.mjs",
    "scan": "node tools/seo-scanner.mjs",
    "geo": "node tools/geo-scanner.mjs",
    "aeo": "node tools/aeo-scanner.mjs",
    "citability": "node tools/citability-scorer.mjs",
    "content": "node tools/content-analyzer.mjs",
    "keyword": "node bin/claude-rank.mjs keyword",
    "brief": "node bin/claude-rank.mjs brief",
    "perf": "node tools/perf-scanner.mjs",
    "vertical": "node tools/vertical-scanner.mjs",
    "security": "node tools/security-scanner.mjs"
  },
  "keywords": [
    "seo",
    "geo",
    "aeo",
    "ai-search",
    "claude-code",
    "marketing",
    "agency",
    "structured-data",
    "schema",
    "search-optimization",
    "generative-engine-optimization",
    "answer-engine-optimization"
  ],
  "author": {
    "name": "Houseofmvps",
    "email": "houseofmvps2024@gmail.com",
    "url": "https://houseofmvps.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Houseofmvps/claude-rank"
  },
  "homepage": "https://github.com/Houseofmvps/claude-rank",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "htmlparser2": "^9.1.0"
  }
}
