{
  "name": "@codexstar/bug-hunter",
  "version": "3.0.8",
  "description": "Adversarial AI bug hunter — multi-agent pipeline finds security vulnerabilities, logic errors, and runtime bugs, then fixes them autonomously. Works with Claude Code, Cursor, Codex CLI, Copilot, Kiro, and more.",
  "license": "MIT",
  "main": "bin/bug-hunter",
  "type": "commonjs",
  "bin": {
    "bug-hunter": "bin/bug-hunter"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "ai",
    "agent",
    "skill",
    "bug-hunter",
    "security",
    "vulnerability",
    "code-review",
    "auto-fix",
    "claude-code",
    "cursor",
    "codex",
    "copilot",
    "kiro",
    "multi-agent",
    "adversarial",
    "static-analysis"
  ],
  "files": [
    "bin/",
    "scripts/",
    "schemas/",
    "prompts/",
    "templates/",
    "modes/",
    "evals/",
    "docs/",
    "agents/",
    "skills/",
    "SKILL.md",
    "README.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "CODE_OF_CONDUCT.md",
    "llms.txt",
    "llms-full.txt",
    "test-fixture/",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codexstar69/bug-hunter.git"
  },
  "bugs": {
    "url": "https://github.com/codexstar69/bug-hunter/issues"
  },
  "homepage": "https://github.com/codexstar69/bug-hunter#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepublishOnly": "node scripts/prepublish-guard.cjs",
    "prepack": "node --test scripts/tests/*.test.cjs",
    "test": "node --test scripts/tests/*.test.cjs",
    "doctor": "node bin/bug-hunter doctor",
    "postinstall": "node -e \"console.log('\\n  Run: bug-hunter install    to set up the skill\\n  Run: bug-hunter doctor     to check your environment\\n')\""
  }
}
