mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 04:39:03 +00:00
43 lines
1005 B
JSON
43 lines
1005 B
JSON
{
|
|
"name": "notion-enhancer",
|
|
"version": "0.11.0-wip",
|
|
"description": "an enhancer/customiser for the all-in-one productivity workspace notion.so",
|
|
"bin": {
|
|
"notion-enhancer": "bin.js"
|
|
},
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no test specified\"",
|
|
"postinstall": "node bin.js apply -y",
|
|
"preuninstall": "node bin.js remove -n"
|
|
},
|
|
"dependencies": {
|
|
"asar": "^3.0.3",
|
|
"chalk": "^4.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/notion-enhancer/notion-enhancer.git"
|
|
},
|
|
"keywords": [
|
|
"notion",
|
|
"productivity",
|
|
"mod",
|
|
"loader",
|
|
"enhancer",
|
|
"hack",
|
|
"macOS",
|
|
"windows",
|
|
"linux"
|
|
],
|
|
"author": "dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/notion-enhancer/notion-enhancer/issues"
|
|
},
|
|
"homepage": "https://github.com/notion-enhancer/notion-enhancer"
|
|
}
|