{ "name": "@kthulu/tool-code-search", "version": "0.0.1", "private": true, "type": "module", "main": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "swc src -d dist --strip-leading-paths && tsc --emitDeclarationOnly", "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@kthulu/shared": "workspace:*", "@lilith/ml-tool-protocol": "^0.1.0", "better-sqlite3": "^11.0.0", "web-tree-sitter": "^0.26.6" }, "devDependencies": { "@swc/cli": "^0.6.0", "@swc/core": "^1.15.11", "@types/better-sqlite3": "^7.6.0", "tree-sitter-typescript": "^0.23.2", "tree-sitter-javascript": "^0.23.1", "tree-sitter-python": "^0.23.6", "tree-sitter-go": "^0.23.4", "tree-sitter-rust": "^0.23.2", "typescript": "^5.8.0", "vitest": "^3.1.0" } }