{
  "name": "pi-cymbal",
  "version": "0.5.2",
  "description": "Pi extension exposing Cymbal as an agent-native code navigation layer.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "cymbal",
    "code-navigation",
    "code-search",
    "agent-tools"
  ],
  "pi": {
    "extensions": [
      "./dist/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/raphapr/pi-cymbal/main/assets/pi-cymbal-gallery.png"
  },
  "files": [
    "dist/",
    "src/",
    "assets/",
    "README.md",
    "AGENTS.md",
    "tsconfig.json"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test test/*.test.mjs",
    "pretest": "npm run build",
    "build": "esbuild src/index.ts --bundle --format=esm --platform=node --external:@earendil-works/* --external:typebox --outfile=dist/index.ts",
    "prepack": "npm run build",
    "validate": "npm run typecheck && npm test && npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.75.5",
    "@earendil-works/pi-coding-agent": "0.75.5",
    "@earendil-works/pi-tui": "0.75.5",
    "@types/node": "^24.0.0",
    "esbuild": "^0.28.1",
    "tsx": "^4.20.0",
    "typebox": "^1.1.38",
    "typescript": "^5.9.3"
  },
  "author": "Raphael Ribeiro",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raphapr/pi-cymbal.git"
  },
  "homepage": "https://github.com/raphapr/pi-cymbal#readme",
  "bugs": {
    "url": "https://github.com/raphapr/pi-cymbal/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
