mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 04:39:03 +00:00
+ added %PROGRAMW6432%/Notion/resources to potential resource paths (#779) + clearer separation of programmatic enhancement and cli interface + dep on vercel/arg for improved arg parsing
38 lines
910 B
JSON
38 lines
910 B
JSON
{
|
|
"name": "notion-enhancer",
|
|
"version": "0.11.1-dev",
|
|
"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",
|
|
"license": "MIT",
|
|
"bin": "bin.mjs",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=16.x.x"
|
|
},
|
|
"dependencies": {
|
|
"arg": "^5.0.2",
|
|
"chalk-template": "^0.4.0"
|
|
},
|
|
"keywords": [
|
|
"windows",
|
|
"macos",
|
|
"linux",
|
|
"productivity",
|
|
"hack",
|
|
"extensions",
|
|
"themes",
|
|
"integrations",
|
|
"mod",
|
|
"mods",
|
|
"mod-loader",
|
|
"enhancer",
|
|
"notion",
|
|
"notion-enhancer"
|
|
],
|
|
"packageManager": "yarn@3.3.0"
|
|
}
|