ai-index
Version:
AI-powered local code indexing and search system for any codebase
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "ai-index",
"version": "5.4.0",
"description": "AI-powered local code indexing and search system for any codebase",
"type": "module",
"main": "lib/index.js",
"bin": {
"ai-index": "bin/ai-index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Homevote/ai-index.git"
},
"homepage": "https://github.com/Homevote/ai-index#readme",
"bugs": {
"url": "https://github.com/Homevote/ai-index/issues"
},
"author": "Homevote <dev@homevote.at>",
"license": "MIT",
"scripts": {
"test": "echo 'No tests defined' && exit 0"
},
"dependencies": {
"@sourcegraph/scip-typescript": "^0.3.9",
"@xenova/transformers": "^2.17.2",
"fast-glob": "^3.3.2",
"globby": "^14.0.0",
"strip-json-comments": "^5.0.1",
"vectra": "^0.4.3",
"@typescript-eslint/parser": "^6.13.0",
"chokidar": "^3.5.3",
"typescript": "^5.3.0",
"acorn": "^8.11.0",
"acorn-jsx": "^5.3.2",
"acorn-walk": "^8.3.0",
"p-debounce": "^4.0.0",
"graphlib": "^2.1.8"
},
"keywords": ["ai", "code-search", "indexing", "local", "embedding"],
"engines": {
"node": ">=18.0.0"
},
"files": [
"bin/",
"lib/",
"README.md",
"AI_AGENT_GUIDE.md",
"IMPROVEMENTS_SUMMARY.md"
]
}