{
  "name": "getadvantage",
  "version": "0.15.3",
  "description": "The getAdvantage CLI — a local, dependency-free pre-deploy gate and portable project brain for AI-built apps. Plain-language GO / NO-GO checks, a repo-resident PROJECT-BRIEF.md any model reads first, and session handoffs between AI tools.",
  "type": "module",
  "bin": {
    "getadvantage": "index.mjs",
    "ship-safe": "index.mjs"
  },
  "scripts": {
    "test": "node tests/run.mjs",
    "evidence": "node ops/evidence-suite.mjs",
    "owner": "node ops/owner-status.mjs"
  },
  "files": [
    "*.mjs",
    "action.yml",
    "action/",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "license": "MIT",
  "keywords": [
    "ai",
    "claude",
    "cursor",
    "llm",
    "vibe-coding",
    "pre-deploy",
    "secrets",
    "secret-scan",
    "project-brief",
    "context",
    "handoff",
    "ship-safe",
    "getadvantage",
    "mcp",
    "model-context-protocol",
    "worktree",
    "parallel"
  ],
  "homepage": "https://getadvantage.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BellmeJoe/getadvantage-cli.git"
  },
  "bugs": {
    "url": "https://github.com/BellmeJoe/getadvantage-cli/issues"
  },
  "author": "getAdvantage <hello@getadvantage.app> (https://getadvantage.app)",
  "publishConfig": {
    "access": "public"
  }
}
