mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-02 19:59:03 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "notion-enhancer",
|
|
"version": "0.11.1",
|
|
"author": "dragonwocky <thedragonring.bod@gmail.com> (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"
|
|
}
|
|
}
|