mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 04:39:03 +00:00
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "notion-enhancer",
|
|
"version": "0.11.0-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://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"
|
|
}
|
|
}
|