{
  "name": "@ssheleg/seo-aeo-audit",
  "version": "0.26.1",
  "scripts": {
    "test": "bash scripts/check-docs.sh && npm run test:audit",
    "test:negatives": "python3 test/negatives.py",
    "test:all": "bash scripts/check-docs.sh && python3 test/negatives.py && npm run test:audit",
    "test:audit": "for t in test/audit_regressions/*.py; do python3 \"$t\" || exit 1; done"
  },
  "description": "Evidence-first SEO + AEO/GEO website audit skill: ten audit tracks (access, canonicalization, architecture, intent, content value, extractability, entity consensus, experience, risk, measurement), a triage model and a prioritized change plan. This package is the installer CLI.",
  "bin": {
    "seo-aeo-audit": "bin/seo-aeo-audit.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin",
    "plugins",
    "cursor",
    "templates",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "SECURITY.md",
    "!**/__pycache__",
    "!**/*.pyc"
  ],
  "repository": "github:ssheleg/seo-aeo-audit",
  "homepage": "https://skills.sshlg.me/skills/seo-aeo-audit/",
  "license": "MIT",
  "author": {
    "name": "ssheleg",
    "url": "https://x.com/sshlg93"
  },
  "engines": {
    "node": ">=16"
  },
  "keywords": [
    "seo",
    "aeo",
    "geo",
    "seo-audit",
    "technical-seo",
    "ai-search",
    "llm-citations",
    "claude-code",
    "cursor",
    "skill"
  ]
}
