{
  "name": "@joshbochu/pi-recall",
  "version": "0.3.4",
  "description": "Fast, native full-text search and resume for Pi sessions",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joshbochu/pi-recall.git"
  },
  "homepage": "https://github.com/joshbochu/pi-recall#readme",
  "bugs": {
    "url": "https://github.com/joshbochu/pi-recall/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "src",
    "native/Cargo.toml",
    "native/Cargo.lock",
    "native/build.rs",
    "native/src",
    "native/prebuilds",
    "scripts",
    "docs",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "session-search",
    "recall"
  ],
  "scripts": {
    "build:native": "node scripts/build-native.mjs",
    "check": "tsc --noEmit",
    "check:native": "cargo check --manifest-path native/Cargo.toml",
    "postinstall": "node scripts/ensure-native.mjs",
    "pretest": "npm run build:native",
    "test": "vitest run",
    "test:watch": "vitest",
    "pack:platform": "node scripts/pack-platform.mjs",
    "check:prebuilds": "node scripts/check-prebuilds.mjs",
    "version:next": "node scripts/next-version.mjs",
    "version:set": "node scripts/set-version.mjs",
    "check:release": "node scripts/check-release.mjs"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "dependencies": {},
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.80.10",
    "@earendil-works/pi-coding-agent": "0.80.10",
    "@earendil-works/pi-tui": "0.80.10",
    "@types/node": "24.12.0",
    "typebox": "1.1.38",
    "typescript": "5.9.3",
    "vitest": "4.1.9"
  },
  "engines": {
    "node": ">=22.19.0"
  }
}
