{
  "name": "@esso0428/pi-sidebar",
  "version": "0.1.36",
  "description": "Floating right sidebar for pi with git diff/status and session metadata (unofficial fork).",
  "license": "BSD-3-Clause",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "pi-package",
    "pi",
    "sidebar",
    "git",
    "tui"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/esso0428/pi-sidebar.git"
  },
  "bugs": {
    "url": "https://github.com/esso0428/pi-sidebar/issues"
  },
  "pi": {
    "extensions": [
      "./extensions/sidebar.ts"
    ],
    "skills": [
      "./skills"
    ],
    "image": "https://raw.githubusercontent.com/jrimmer/pi-sidebar/main/assets/sidebar-screenshot.png"
  },
  "files": [
    "LICENSE",
    "assets",
    "README.md",
    "SECURITY.md",
    "docs",
    "extensions",
    "skills",
    "tsconfig.json"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@types/node": "^24.12.4",
    "typescript": "^5.9.3",
    "vitest": "^4.1.7"
  },
  "scripts": {
    "test": "vitest --run",
    "typecheck": "tsc --noEmit",
    "pack:dry": "npm pack --dry-run",
    "verify": "npm run typecheck && npm test && npm run pack:dry"
  }
}
