mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "obsidian-save-remote",
|
|
"version": "0.0.1",
|
|
"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"
|
|
},
|
|
"source": "main.ts",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.37",
|
|
"parcel": "^2.0.0",
|
|
"prettier": "^2.4.1",
|
|
"terser-webpack-plugin": "^5.2.4",
|
|
"ts-loader": "^9.2.6",
|
|
"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",
|
|
"@types/mime-types": "^2.1.1",
|
|
"aws-crt": "^1.10.1",
|
|
"codemirror": "^5.63.1",
|
|
"mime-types": "^2.1.33",
|
|
"obsidian": "^0.12.0",
|
|
"rimraf": "^3.0.2",
|
|
"webdav": "^4.7.0",
|
|
"webdav-fs": "^4.0.0"
|
|
}
|
|
}
|