mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-03 12:19:02 +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": "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.3.0",
|
|
"license": "MIT",
|
|
"bin": "bin.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "./scripts/build-browser-extension.sh",
|
|
"vendor": "node ./scripts/vendor-dependencies.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.x.x"
|
|
},
|
|
"keywords": [
|
|
"windows",
|
|
"macos",
|
|
"linux",
|
|
"productivity",
|
|
"hack",
|
|
"extensions",
|
|
"themes",
|
|
"integrations",
|
|
"mod",
|
|
"mods",
|
|
"mod-loader",
|
|
"enhancer",
|
|
"notion",
|
|
"notion-enhancer"
|
|
],
|
|
"dependencies": {
|
|
"@electron/asar": "^3.2.4",
|
|
"arg": "^5.0.2",
|
|
"chalk-template": "^1.0.0"
|
|
}
|
|
}
|