mirror of
https://github.com/nightfall-yl/obsidian-third-party-sync.git
synced 2026-07-22 07:43:45 +00:00
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "obsidian-third-party-sync",
|
|
"version": "0.5.4",
|
|
"description": "Security and feature updates for the obsidian-third-party-sync unofficial plugin allowing users to synchronize notes between local device and the cloud service. Not backwards compatible.",
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs production",
|
|
"dev": "node esbuild.config.mjs",
|
|
"format": "npx prettier --write .",
|
|
"clean": "npx rimraf main.js"
|
|
},
|
|
"browser": {
|
|
"path": "path-browserify",
|
|
"stream": "stream-browserify",
|
|
"crypto": "crypto-browserify",
|
|
"url": "url/"
|
|
},
|
|
"source": "main.ts",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@microsoft/microsoft-graph-types": "^2.19.0",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/mime-types": "^2.1.1",
|
|
"@types/mustache": "^4.2.6",
|
|
"@types/node": "^17.0.30",
|
|
"crypto-browserify": "^3.5.1",
|
|
"esbuild": "^0.28.0",
|
|
"prettier": "^2.6.2",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.427.0",
|
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
"@aws-sdk/lib-storage": "3.449.0",
|
|
"@aws-sdk/protocol-http": "3.78.0",
|
|
"@aws-sdk/querystring-builder": "3.78.0",
|
|
"@aws-sdk/types": "^3.78.0",
|
|
"@fyears/tsqueue": "^1.0.1",
|
|
"@microsoft/microsoft-graph-client": "^3.0.2",
|
|
"aggregate-error": "^4.0.0",
|
|
"assert": "^2.0.0",
|
|
"buffer": "^6.0.3",
|
|
"emoji-regex": "^10.1.0",
|
|
"http-status-codes": "^2.2.0",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"loglevel": "^1.8.0",
|
|
"mime-types": "^2.1.35",
|
|
"mustache": "^4.2.0",
|
|
"nanoid": "^3.3.3",
|
|
"obsidian": "^1.4.11",
|
|
"p-queue": "^7.2.0",
|
|
"pako": "^2.1.0",
|
|
"path-browserify": "^1.0.1",
|
|
"qs": "^6.13.0",
|
|
"rfc4648": "^1.5.1",
|
|
"rimraf": "^3.0.2",
|
|
"stream-browserify": "^3.0.0",
|
|
"url": "^0.11.0",
|
|
"util": "^0.12.4",
|
|
"webdav": "^5.10.0",
|
|
"xregexp": "^5.1.0"
|
|
}
|
|
}
|