{
  "name": "pi-fzf-files",
  "version": "0.2.0",
  "description": "Zero dependencies, pure TS, Pi's @ file fzf-style syntax fuzzy finder.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "autocomplete",
    "fzf",
    "fuzzy",
    "files"
  ],
  "license": "MIT",
  "files": [
    "index.ts",
    "src/",
    "README.md",
    "LICENSE",
    "pi-fzf-files.png",
    "tsconfig.json"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "echo 'nothing to build'",
    "test": "bun test",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm test",
    "prepack": "npm run clean && npm run build",
    "prepublishOnly": "npm run check",
    "deploy": "npm install && npm run check && npm run build && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/inteist/pi-fzf-files.git"
  },
  "bugs": {
    "url": "https://github.com/inteist/pi-fzf-files/issues"
  },
  "homepage": "https://github.com/inteist/pi-fzf-files#readme",
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://github.com/inteist/pi-fzf-files/raw/main/pi-fzf-files.png"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.79.4",
    "@earendil-works/pi-tui": "^0.79.4",
    "@types/bun": "^1.2.0",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.3"
  }
}
