mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "obsidian-save-remote",
|
|
"version": "0.0.13",
|
|
"description": "This is yet another sync plugin for Obsidian app.",
|
|
"scripts": {
|
|
"dev": "webpack --mode development --watch",
|
|
"build": "webpack --mode production",
|
|
"format": "npx prettier --write .",
|
|
"clean": "npx rimraf main.js",
|
|
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'"
|
|
},
|
|
"source": "main.ts",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.22",
|
|
"@types/chai-as-promised": "^7.1.4",
|
|
"@types/mime-types": "^2.1.1",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^14.14.37",
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"mocha": "^9.1.3",
|
|
"prettier": "^2.4.1",
|
|
"terser-webpack-plugin": "^5.2.4",
|
|
"ts-loader": "^9.2.6",
|
|
"ts-node": "^10.4.0",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "^4.4.4",
|
|
"webdav-server": "^2.6.2",
|
|
"webpack": "^5.58.2",
|
|
"webpack-cli": "^4.9.1"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.37.0",
|
|
"@aws-sdk/signature-v4-crt": "^3.37.0",
|
|
"acorn": "^8.5.0",
|
|
"aws-crt": "^1.10.1",
|
|
"buffer": "^6.0.3",
|
|
"codemirror": "^5.63.1",
|
|
"lovefield-ts": "^0.7.0",
|
|
"mime-types": "^2.1.33",
|
|
"obsidian": "^0.12.0",
|
|
"path-browserify": "^1.0.1",
|
|
"process": "^0.11.10",
|
|
"rfc4648": "^1.5.0",
|
|
"rimraf": "^3.0.2",
|
|
"stream-browserify": "^3.0.0",
|
|
"webdav": "^4.7.0",
|
|
"webdav-fs": "^4.0.0",
|
|
"xregexp": "^5.1.0"
|
|
}
|
|
}
|