{
  "name": "@claudetools/codepilot",
  "version": "3.2.0",
  "description": "Lightweight codebase index for AI agent navigation — tree-sitter + SQLite",
  "type": "module",
  "main": "dist/cli.js",
  "bin": {
    "codepilot": "dist/cli.js"
  },
  "files": [
    "dist/",
    "scripts/download-grammars.sh"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rm -rf dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ClaudeTools/codepilot.git"
  },
  "license": "MIT",
  "keywords": [
    "codebase",
    "indexer",
    "tree-sitter",
    "sqlite",
    "code-navigation",
    "ai-agent",
    "ast"
  ],
  "dependencies": {
    "better-sqlite3": "^11.8.1",
    "glob": "^11.0.1",
    "tree-sitter": "^0.21.1",
    "tree-sitter-javascript": "^0.23.1",
    "tree-sitter-python": "^0.25.0",
    "tree-sitter-typescript": "^0.23.2",
    "web-tree-sitter": "^0.26.7"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^22.13.14",
    "typescript": "^5.8.2"
  }
}
