{
  "name": "@maxedapps/pi-herdr-sidetrack",
  "version": "0.1.1",
  "description": "Clone the active Pi conversation into a focused Herdr sidetrack pane",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "herdr",
    "sidetrack"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxedapps/pi-herdr-sidetrack.git"
  },
  "homepage": "https://github.com/maxedapps/pi-herdr-sidetrack#readme",
  "bugs": {
    "url": "https://github.com/maxedapps/pi-herdr-sidetrack/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test tests/*.test.ts",
    "apply-security-overrides": "node ./scripts/apply-security-overrides.mjs",
    "check": "node ./scripts/apply-security-overrides.mjs && npm run typecheck && npm test",
    "prepack": "npm run check",
    "prepublishOnly": "npm run check"
  },
  "pi": {
    "extensions": [
      "./extensions/herdr-sidetrack/index.ts"
    ]
  },
  "files": [
    "extensions/",
    "src/",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.10",
    "@types/node": "24.12.0",
    "tsx": "4.23.1",
    "typescript": "5.9.3"
  },
  "overrides": {
    "brace-expansion": "5.0.9",
    "protobufjs": "7.6.5",
    "undici": "8.10.0"
  }
}
