mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 04:39:03 +00:00
42 lines
1009 B
JSON
42 lines
1009 B
JSON
{
|
|
"name": "notion-enhancer",
|
|
"version": "0.8.1-wip",
|
|
"description": "an enhancer/customiser for the all-in-one productivity workspace notion.so",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"notion-enhancer": "bin.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no test specified\"",
|
|
"postinstall": "notion-enhancer apply -y",
|
|
"preuninstall": "notion-enhancer remove -y"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dragonwocky/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/dragonwocky/notion-enhancer/issues"
|
|
},
|
|
"homepage": "https://dragonwocky.me/notion-enhancer",
|
|
"dependencies": {
|
|
"asar": "^3.0.3",
|
|
"cac": "^6.5.12",
|
|
"fs-extra": "^9.0.1",
|
|
"readdir-enhanced": "^6.0.3"
|
|
}
|
|
}
|