zoorpha_rustshare-obsidian-.../package.json
2026-06-19 00:24:00 +02:00

29 lines
813 B
JSON

{
"name": "rustshare-vault-sync",
"version": "0.1.0",
"description": "Sync local vaults to RustShare. RustShare is not affiliated with, endorsed by, or sponsored by Dynalist Inc.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [
"obsidian",
"rustshare",
"sync",
"vault"
],
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"@vitest/coverage-v8": "^4.1.8",
"esbuild": "0.24.0",
"obsidian": "1.7.2",
"tslib": "2.8.0",
"typescript": "^5.9.3",
"vitest": "^4.1.8"
}
}