28 lines
514 B
JSON
28 lines
514 B
JSON
{
|
|
"name": "tilth",
|
|
"version": "0.6.3",
|
|
"description": "Tree-sitter indexed lookups — smart code reading for AI agents",
|
|
"bin": {
|
|
"tilth": "run.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node install.js"
|
|
},
|
|
"files": [
|
|
"install.js",
|
|
"run.js",
|
|
"README.md"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jahala/tilth.git"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"code-search",
|
|
"tree-sitter",
|
|
"developer-tools",
|
|
"ai-agents"
|
|
],
|
|
"license": "MIT"
|
|
}
|