mirror of
https://github.com/lanjak/obsidian-qdrant-sync.git
synced 2026-07-22 08:32:54 +00:00
20 lines
517 B
JSON
20 lines
517 B
JSON
{
|
|
"name": "obsidian-qdrant-sync",
|
|
"version": "0.1.0",
|
|
"description": "Syncs an Obsidian vault to Qdrant instead of Obsidian Sync/CouchDB",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lanjak/obsidian-qdrant-sync.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs production",
|
|
"dev": "node esbuild.config.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"esbuild": "^0.24.0",
|
|
"obsidian": "^1.7.2",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|