{
  "name": "pi-herdr-status",
  "version": "0.2.1",
  "description": "Reports pi active model and status metadata to Herdr's sidebar agents panel without colliding with other extensions.",
  "type": "module",
  "license": "MIT",
  "author": "dereknex",
  "homepage": "https://github.com/dereknex/pi-extensions#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dereknex/pi-extensions.git"
  },
  "bugs": {
    "url": "https://github.com/dereknex/pi-extensions/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "herdr",
    "sidebar",
    "status",
    "metadata"
  ],
  "files": [
    "src",
    "README.md",
    "README_CN.md",
    "CHANGELOG.md",
    "LICENSE",
    "package.json"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node test/index.test.mjs",
    "pack:dry-run": "npm pack --dry-run",
    "clean": "rm -rf node_modules"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@types/node": "^24.12.4",
    "typescript": "^5.9.3"
  }
}
