aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3264925..407f2d1 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "A chat bot for discord written in discord.js.",
"main": "src/bot.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "start": "electron ./src/."
},
"repository": {
"type": "git",
@@ -17,6 +17,7 @@
},
"homepage": "https://github.com/AleeCorp/AleeBot#readme",
"dependencies": {
- "discord.js": "^11.2.1"
+ "discord.js": "^11.2.1",
+ "electron": "^1.7.9"
}
}