{
  "name": "@leojlin/pi-frizbee-autocomplete",
  "version": "0.1.1",
  "description": "Fast fuzzy word and path autocomplete for the Pi coding agent, learned from the active session.",
  "type": "module",
  "author": "leojlin",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "autocomplete",
    "fuzzy-search",
    "coding-agent",
    "frizbee"
  ],
  "files": [
    "index.ts",
    "native-build",
    "native/Cargo.toml",
    "native/Cargo.lock",
    "native/build.rs",
    "native/src",
    "scripts",
    "test",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@earendil-works/pi-tui": "0.80.6",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.2"
  },
  "scripts": {
    "build:native": "node scripts/build-native.mjs",
    "check": "tsc --noEmit",
    "test": "node --test test/*.test.ts",
    "prepublishOnly": "npm run check && npm test"
  }
}
