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