aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-02 13:53:18 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-02 13:53:18 -0500
commite5a8fa84938e76dcc7177b46efab1815eca7c293 (patch)
treed53e8fd7811bb4e4ae2b11380bba8df1d2d7b704 /package.json
parent898d230151b13b386108e139ffe34648da45675d (diff)
downloadAleeBot-e5a8fa84938e76dcc7177b46efab1815eca7c293.tar.gz
AleeBot-e5a8fa84938e76dcc7177b46efab1815eca7c293.tar.bz2
AleeBot-e5a8fa84938e76dcc7177b46efab1815eca7c293.zip
2020 changes and tweaked some stuff
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 7764612..c64ec7f 100644
--- a/package.json
+++ b/package.json
@@ -4,13 +4,14 @@
"description": "A chat bot for discord written in discord.js.",
"main": "src/bot.js",
"scripts": {
- "test": "node test.js"
+ "start": "node bot_discord.js",
+ "dev": "node bot_discord.js --beta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleeCorp/AleeBot.git"
},
- "author": "AleeCorp",
+ "author": "Alee Productions",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AleeCorp/AleeBot/issues"
@@ -27,7 +28,6 @@
"node-opus": "^0.3.0",
"os": "^0.1.1",
"parse-ms": "^1.0.1",
- "quick.db": "^6.3.1",
"readline": "^1.3.0",
"ytdl-core": "^0.20.4"
},