notion-enhancer/package.json
2021-11-06 14:26:35 +11:00

47 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/notion-enhancer",
"license": "MIT",
"bin": {
"notion-enhancer": "bin.mjs"
},
"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"
}
}