{
  "name": "pi-must-win",
  "version": "0.5.0",
  "description": "Pi branding, Git commit attribution, and GitHub support extension",
  "type": "module",
  "license": "MIT",
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "docs/",
    "features/",
    "index.ts",
    "git-commit-trailers.ts",
    "check-disabled.mjs",
    "LICENSE",
    "README.md",
    "UPSTREAM.md"
  ],
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "branding",
    "git",
    "github",
    "star",
    "co-authored-by"
  ],
  "homepage": "https://github.com/osolmaz/pi-must-win#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/osolmaz/pi-must-win.git"
  },
  "bugs": {
    "url": "https://github.com/osolmaz/pi-must-win/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "format": "prettier --check .",
    "lint": "eslint . --config eslint.config.mjs",
    "typecheck": "tsc --noEmit",
    "test": "vitest run --config vitest.config.ts",
    "coverage": "vitest run --coverage --config vitest.config.ts",
    "dry": "slophammer-ts dry .",
    "mutate": "stryker run stryker.config.mjs",
    "slophammer": "sh scripts/run-slophammer.sh",
    "check": "npm run format && npm run lint && npm run typecheck && npm run test && npm run coverage && npm run dry"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.10"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.10",
    "@eslint/js": "9.39.2",
    "@stryker-mutator/core": "9.6.1",
    "@stryker-mutator/typescript-checker": "9.6.1",
    "@stryker-mutator/vitest-runner": "9.6.1",
    "@types/node": "22.19.11",
    "@vitest/coverage-v8": "3.2.7",
    "eslint": "9.39.2",
    "prettier": "3.8.1",
    "slophammer-ts": "0.4.0",
    "typescript": "5.9.3",
    "typescript-eslint": "8.53.1",
    "vitest": "3.2.7"
  },
  "overrides": {
    "qs": "6.15.3"
  }
}
