mirror of
https://github.com/zoorpha/rustshare-obsidian-plugin.git
synced 2026-07-22 07:48:14 +00:00
33 lines
1 KiB
JSON
33 lines
1 KiB
JSON
{
|
|
"name": "rustshare-vault-sync",
|
|
"version": "0.1.4",
|
|
"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"
|
|
}
|
|
}
|