{
  "name": "notion-enhancer",
  "version": "0.11.1",
  "author": "dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)",
  "description": "an enhancer/customiser for the all-in-one productivity workspace notion.so",
  "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",
  "packageManager": "yarn@3.6.1",
  "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",
    "mod",
    "mods",
    "mod-loader",
    "enhancer",
    "notion",
    "notion-enhancer"
  ],
  "dependencies": {
    "@electron/asar": "^3.2.8",
    "arg": "^5.0.2",
    "chalk-template": "^1.1.0"
  }
}