-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 970 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
27
28
29
30
31
32
{
"name": "obsidian-workspaces-plus",
"version": "0.3.1",
"description": "Quickly switch and manage workspaces",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production",
"release": "auto shipit"
},
"keywords": [],
"author": "NothingIslost <[@nothingislost](https://github.com/nothingislost)>",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.9.2",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^14.14.37",
"auto": "^10.31.0",
"auto-plugin-obsidian": "^0.1.4",
"obsidian": "^1.1.1",
"rollup": "^2.32.1",
"rollup-plugin-copy-watch": "^0.0.1",
"tslib": "^2.2.0",
"typescript": "4.3.5"
},
"dependencies": {
"monkey-around": "^2.2.0",
"obsidian-daily-notes-interface": "^0.9.4"
}
}