forked from ryanpcmcquen/obsidian-focus-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 761 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "obsidian-focus-mode",
"version": "1.8.0",
"description": "Add Focus Mode to Obsidian.",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "",
"license": "MPL-2.0",
"repository": "https://github.com/ryanpcmcquen/obsidian-focus-mode",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^14.17.3",
"obsidian": "^0.12.5",
"rollup": "^2.52.2",
"tslib": "^2.3.0",
"typescript": "^4.3.4"
}
}