mirror of
https://github.com/tobi/qmd.git
synced 2026-09-14 20:27:06 +08:00
chore: fix bin path, add author, use token-based npm publish
This commit is contained in:
+2
-1
@@ -4,7 +4,7 @@
|
||||
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"qmd": "./qmd"
|
||||
"qmd": "qmd"
|
||||
},
|
||||
"files": [
|
||||
"src/**/*.ts",
|
||||
@@ -76,5 +76,6 @@
|
||||
"local-ai",
|
||||
"llm"
|
||||
],
|
||||
"author": "Tobi Lutke <tobi@lutke.com>",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user