{
  "name": "@witooh/pi-semble-docs",
  "version": "0.1.1",
  "description": "Pi extension for Semble semantic search scoped to docs/**/*.",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "semble",
    "semantic-search",
    "documentation"
  ],
  "files": [
    "index.ts",
    "README.md"
  ],
  "scripts": {
    "test": "node --import tsx --test --experimental-test-coverage --test-coverage-lines=80 --test-coverage-functions=80 --test-coverage-branches=80",
    "typecheck": "tsc --noEmit",
    "format:check": "prettier --check .",
    "check": "npm run typecheck && npm run format:check && npm test"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@earendil-works/pi-tui": "0.80.6",
    "@types/node": "^24.0.0",
    "prettier": "^3.6.2",
    "tsx": "^4.20.6",
    "typebox": "1.1.38",
    "typescript": "5.9.3"
  }
}
