forked from notion-enhancer/notion-enhancer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.02 KB
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
43
44
45
46
47
{
"name": "notion-enhancer",
"version": "0.11.0-dev",
"author": "dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)",
"description": "an enhancer/customiser for the all-in-one productivity workspace notion.so",
"homepage": "https://github.com/notion-enhancer/desktop",
"license": "MIT",
"bin": {
"notion-enhancer": "bin.mjs"
},
"private": true,
"type": "module",
"engines": {
"node": ">=16.x.x"
},
"scripts": {
"test": "echo \"no test specified\"",
"preuninstall": "node bin.js remove -n"
},
"dependencies": {
"asar": "^3.1.0",
"chalk": "^4.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notion-enhancer/desktop.git"
},
"keywords": [
"windows",
"macos",
"linux",
"productivity",
"hack",
"extensions",
"themes",
"integrations",
"mod",
"mods",
"mod-loader",
"enhancer",
"notion",
"notion-enhancer"
],
"bugs": {
"url": "https://github.com/notion-enhancer/desktop/issues"
}
}