{
  "name": "pi-footer-display",
  "version": "0.2.1",
  "description": "Add Git repository, branch, pull request, and session age context to Pi's native footer.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/10ego/pi-footer-display.git"
  },
  "homepage": "https://github.com/10ego/pi-footer-display#readme",
  "bugs": {
    "url": "https://github.com/10ego/pi-footer-display/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "provenance": true
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "src",
    "ARCHITECTURE.md",
    "README.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "npm run typecheck && npm run test:unit && npm run test:tooling",
    "test:unit": "node scripts/run-unit-tests.mjs",
    "test:tooling": "node --test tests/tooling/compare-semver.test.mjs tests/tooling/package-contents.test.mjs tests/tooling/release-version.test.mjs tests/tooling/workflows.test.mjs",
    "verify:release-version": "node scripts/verify-release-version.mjs",
    "verify:package": "node scripts/verify-package-contents.mjs",
    "verify:workflows": "node scripts/verify-workflows.mjs"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "footer",
    "git",
    "github",
    "pull-request",
    "status"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.7",
    "@types/node": "^22.19.0",
    "typescript": "^5.9.3"
  }
}
