zoorpha_rustshare-obsidian-.../package.json
Zoorpha 49770857fa 0.1.5
Signed-off-by: Zoorpha <aaron@kubedo.com>
2026-06-23 01:19:38 +02:00

33 lines
1 KiB
JSON

{
"name": "rustshare-vault-sync",
"version": "0.1.5",
"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": "node node_modules/typescript/bin/tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"lint": "eslint . --ext .ts",
"test": "node node_modules/vitest/vitest.mjs run",
"test:coverage": "node node_modules/vitest/vitest.mjs 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",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^4.1.8",
"esbuild": "0.24.0",
"eslint": "^8.57.1",
"obsidian": "1.7.2",
"tslib": "2.8.0",
"typescript": "^5.9.3",
"vitest": "^4.1.8"
}
}