mirror of
https://github.com/gustjose/obsidian-syncthing-manager.git
synced 2026-07-22 06:40:35 +00:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "syncthing-manager",
|
|
"version": "1.4.5",
|
|
"description": "Control panel for Syncthing. Monitor status, resolve conflicts, and force synchronization on Desktop and Mobile.",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node scripts/esbuild.config.mjs",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test-cofre": "node scripts/install-vault.mjs",
|
|
"sync-conflict": "node scripts/create-conflict.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node scripts/esbuild.config.mjs production",
|
|
"release": "node scripts/version-bump.mjs",
|
|
"lang:add": "node scripts/add-translation.mjs",
|
|
"lint": "eslint .",
|
|
"docs:serve": "mkdocs serve",
|
|
"docs:build": "mkdocs build",
|
|
"docs:deploy": "mkdocs gh-deploy",
|
|
"th0th": "cd C:\\Users\\Gustavo\\Desenvolvedor\\th0th && bun run start:api"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"obsidian-plugin",
|
|
"syncthing",
|
|
"sync"
|
|
],
|
|
"author": "Gustavo Carreiro",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"esbuild": "^0.27.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-obsidianmd": "^0.1.9",
|
|
"globals": "^16.5.0",
|
|
"jsdom": "^28.1.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^4.8.4",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/merge": "6.12.0",
|
|
"@codemirror/state": "6.5.0",
|
|
"@codemirror/view": "6.38.6"
|
|
}
|
|
}
|