mirror of
https://github.com/notoriouslab/vault-curate.git
synced 2026-07-22 07:02:53 +00:00
33 lines
968 B
JSON
33 lines
968 B
JSON
{
|
|
"name": "vault-curate",
|
|
"version": "1.3.1",
|
|
"description": "Find, connect, rediscover your notes. Local semantic search (BM25 + embeddings), relation graph + semantic paths for related, unlinked notes, Hot/Cold surfacing of forgotten ones, strong Chinese/CJK. A second brain, no API keys, optional AI curation.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "node esbuild.config.mjs production",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"semantic-search",
|
|
"embeddings"
|
|
],
|
|
"author": "Jacob Mei",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@huggingface/transformers": "^4.0.1",
|
|
"@types/node": "^22.0.0",
|
|
"@types/sql.js": "^1.4.11",
|
|
"esbuild": "^0.28.0",
|
|
"happy-dom": "^20.9.0",
|
|
"obsidian": "latest",
|
|
"sql.js": "^1.14.1",
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^4.1.6"
|
|
},
|
|
"dependencies": {
|
|
"hdbscan-ts": "1.0.17"
|
|
}
|
|
}
|