notion-enhancer/package.json
2020-08-29 01:28:07 +10:00

42 lines
997 B
JSON

{
"name": "notion-enhancer",
"version": "0.8.3",
"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": "node bin.js apply -y",
"preuninstall": "node bin.js 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"
}
}