zhou-yusen_Moving-Note/package.json
Yusen 3afcd068a7 Initial release: Moving Note v1.0.0
- Desktop sync via system Git (pull → commit → push)
- Mobile sync via GitHub API (pull + push)
- i18n support (English / Chinese)
- Auto-sync and sync-on-startup
- Custom commit message template
- Branch management with auto-stash
2026-06-13 18:33:21 +08:00

21 lines
592 B
JSON

{
"name": "moving-note",
"version": "1.0.0",
"description": "Sync notes via git on desktop and GitHub API on mobile",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production"
},
"keywords": ["obsidian", "git", "sync", "github"],
"author": "Yusen",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"builtin-modules": "^3.3.0",
"esbuild": "^0.20.0",
"obsidian": "latest",
"typescript": "^5.0.0"
},
"dependencies": {}
}