diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-21 18:53:36 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-21 18:53:36 -0400 |
| commit | 3c14f4afc8a8a20a113c7ff8c56022e8825c40d1 (patch) | |
| tree | 87e266acf0f5e18fc8dde19f41022cee2fc0a6ae /package.json | |
| parent | 4bad937c7fcb1c35b28d6e806c69f129f969447e (diff) | |
| download | AleeBot-3c14f4afc8a8a20a113c7ff8c56022e8825c40d1.tar.gz AleeBot-3c14f4afc8a8a20a113c7ff8c56022e8825c40d1.tar.bz2 AleeBot-3c14f4afc8a8a20a113c7ff8c56022e8825c40d1.zip | |
Added electron
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
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" } } |
