{ "name": "notion-enhancer", "version": "0.11.1", "author": "dragonwocky (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" } }