{ "name": "git-file-sync", "version": "1.1.0", "description": "Selectively sync individual notes with GitLab or GitHub. Push, pull, diff, and resolve conflicts — file by file, on mobile and desktop.", "main": "main.js", "type": "module", "author": "ClaudiaFang", "repository": "github:firstsun-dev/git-files-sync", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json", "lint": "eslint .", "test": "vitest run", "test:ui": "vitest --ui", "prepare": "husky", "semantic-release": "semantic-release" }, "keywords": [], "license": "MIT", "devDependencies": { "@eslint/js": "9.30.1", "@eslint/json": "0.14.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.6", "@types/node": "^24.0.0", "@vitest/coverage-v8": "^4.1.5", "@vitest/ui": "^4.1.2", "conventional-changelog-conventionalcommits": "^9.3.1", "esbuild": "0.28.0", "eslint-plugin-obsidianmd": "0.1.9", "globals": "14.0.0", "husky": "^9.1.7", "jiti": "2.6.1", "jsdom": "^29.0.1", "semantic-release": "^25.0.3", "tslib": "2.4.0", "typescript": "^5.8.3", "typescript-eslint": "8.35.1", "vitest": "^4.1.2" }, "dependencies": { "ignore": "^7.0.5", "obsidian": "latest" } }