forked from notion-enhancer/notion-enhancer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 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.11.1",
"author": "dragonwocky <[email protected]> (https://dragonwocky.me/)",
"description": "Customise the all-in-one productivity workspace Notion.",
"homepage": "https://notion-enhancer.github.io",
"repository": "github:notion-enhancer/desktop",
"bugs": "https://github.com/notion-enhancer/desktop/issues",
"funding": "https://github.com/sponsors/dragonwocky",
"license": "MIT",
"bin": "bin.mjs",
"type": "module",
"scripts": {
"build": "./scripts/build-browser-extension.sh",
"vendor": "node ./scripts/vendor-dependencies.mjs"
},
"engines": {
"node": ">=18.x.x"
},
"keywords": [
"windows",
"macos",
"linux",
"productivity",
"hack",
"extensions",
"themes",
"integrations",
"addons",
"mod",
"mods",
"mod-loader",
"enhancer",
"notion",
"notion-enhancer"
],
"dependencies": {
"@electron/asar": "^3.2.9",
"chalk-template": "^1.1.0",
"arg": "^5.0.2"
}
}