forked from notion-enhancer/notion-enhancer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 KB
/
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
33
34
35
36
37
38
39
40
41
42
{
"name": "notion-enhancer",
"version": "0.10.2",
"description": "an enhancer/customiser for the all-in-one productivity workspace notion.so",
"main": "index.js",
"bin": {
"notion-enhancer": "bin.js"
},
"scripts": {
"test": "echo \"no test specified\"",
"postinstall": "node bin.js apply -y",
"preuninstall": "node bin.js remove -n"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notion-enhancer/notion-enhancer.git"
},
"keywords": [
"notion",
"productivity",
"mod",
"loader",
"enhancer",
"hack",
"macOS",
"windows",
"linux"
],
"author": "dragonwocky <[email protected]> (https://dragonwocky.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/notion-enhancer/notion-enhancer/issues"
},
"homepage": "https://dragonwocky.me/notion-enhancer",
"dependencies": {
"asar": "^3.0.3",
"cac": "^6.5.12",
"fs-extra": "^9.0.1",
"keyboardevent-from-electron-accelerator": "^2.0.0",
"readdir-enhanced": "^6.0.3"
}
}