{ "name": "remotely-save", "version": "0.5.25", "description": "This is yet another sync plugin for Obsidian app.", "packageManager": "npm@11.12.1", "engines": { "node": ">=24.15.0" }, "scripts": { "dev2": "node esbuild.config.mjs --watch", "build2": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "build": "webpack --mode production", "dev": "webpack --mode development --watch", "format": "npx @biomejs/biome check --write .", "clean": "npx rimraf main.js", "test": "mocha --import=tsx 'tests/**/*.ts' 'pro/tests/**/*.ts'", "test:coverage": "c8 --reporter=text --reporter=lcov --reporter=html npm test" }, "browser": { "path": "path-browserify", "process": "process/browser", "stream": "stream-browserify", "crypto": "crypto-browserify", "url": "url/", "fs": false, "vm": false }, "source": "main.ts", "overrides": { "elliptic": "6.6.1", "diff": "9.0.0", "serialize-javascript": "7.0.5" }, "keywords": [], "author": "", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@biomejs/biome": "1.8.3", "c8": "11.0.0", "@microsoft/microsoft-graph-types": "^2.40.0", "@types/chai": "^4.3.16", "@types/chai-as-promised": "^7.1.8", "@types/jsdom": "^21.1.7", "@types/lodash": "^4.17.7", "@types/mime-types": "^2.1.4", "@types/mocha": "^10.0.7", "@types/mustache": "^4.2.5", "@types/node": "24.12.2", "@types/qrcode": "^1.5.5", "builtin-modules": "^4.0.0", "cross-env": "^7.0.3", "dotenv": "^16.4.5", "esbuild": "0.28.0", "esbuild-plugin-inline-worker": "^0.1.1", "jsdom": "^24.1.1", "mocha": "11.7.5", "obsidian": "^1.5.7", "openapi-typescript": "^7.1.0", "ts-loader": "^9.5.1", "tslib": "^2.6.3", "tsx": "^4.16.2", "typescript": "^5.5.4", "webdav-server": "^2.6.2", "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "worker-loader": "^3.0.8" }, "dependencies": { "@aws-sdk/client-s3": "^3.620.0", "@aws-sdk/lib-storage": "^3.620.0", "@aws-sdk/signature-v4-crt": "^3.620.0", "@aws-sdk/types": "^3.609.0", "@azure/msal-node": "^2.12.0", "@azure/storage-blob": "^12.24.0", "@fyears/rclone-crypt": "^0.0.7", "@fyears/tsqueue": "^1.0.1", "@microsoft/microsoft-graph-client": "^3.0.7", "@sanity/diff-match-patch": "^3.1.1", "@smithy/fetch-http-handler": "^3.2.4", "@smithy/protocol-http": "^4.1.0", "@smithy/querystring-builder": "^3.0.3", "acorn": "^8.12.1", "assert": "^2.1.0", "aws-crt": "^1.21.3", "box-typescript-sdk-gen": "^1.3.0", "buffer": "^6.0.3", "crypto-browserify": "3.12.1", "dropbox": "^10.34.0", "emoji-regex": "^10.3.0", "http-status-codes": "^2.3.0", "localforage": "^1.10.0", "localforage-getitems": "^1.4.2", "localforage-removeitems": "^1.4.0", "lodash": "^4.17.21", "lucide": "^0.416.0", "mime-types": "^2.1.35", "mustache": "^4.2.0", "nanoid": "^5.0.7", "node-diff3": "^3.1.2", "openapi-fetch": "^0.10.2", "p-queue": "^8.0.1", "path-browserify": "^1.0.1", "pcloud-sdk-js": "^2.0.0", "process": "^0.11.10", "qrcode": "^1.5.3", "rfc4648": "^1.5.3", "rimraf": "^6.0.1", "stream-browserify": "^3.0.0", "url": "^0.11.4", "util": "^0.12.5", "webdav": "^5.6.0", "xregexp": "^5.1.1" } }