generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
26 lines (26 loc) · 858 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "obsidian-dropbox-backups",
"version": "2.1.0",
"description": "Automated backups to Dropbox for your enjoyment.",
"main": "main.js",
"repository": "https://github.com/ryanpcmcquen/obsidian-dropbox-backups",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "",
"license": "MPL-2.0",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/node": "^14.18.3",
"obsidian": "^0.12.17",
"rollup": "^2.52.4",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"dependencies": {}
}