aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 39ac699..515abae 100644
--- a/package.json
+++ b/package.json
@@ -8,12 +8,15 @@
"yazl": "^2.5.1"
},
"dependencies": {
+ "console-menu": "^0.1.0",
"discord-types": "^1.3.26",
"electron-devtools-installer": "^3.2.0"
},
"scripts": {
"buildWeb": "node buildWeb.mjs",
"build": "node build.mjs",
- "watch": "node build.mjs --watch"
+ "watch": "node build.mjs --watch",
+ "patch": "node scripts/patcher/install.js",
+ "unpatch": "node scripts/patcher/uninstall.js"
}
}