aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2020-01-02 14:46:06 -0500
committerGitHub <noreply@github.com>2020-01-02 14:46:06 -0500
commitdcec0212db88a775967f975c9c1d32dec7f63ec8 (patch)
tree4a6c2b6f8fc6b51971ef82b18cfdc66ea33f8e06 /package.json
parentc8b8ba0bc5774bda115c368e8ce30a74b72b7231 (diff)
downloadAleeBot-dcec0212db88a775967f975c9c1d32dec7f63ec8.tar.gz
AleeBot-dcec0212db88a775967f975c9c1d32dec7f63ec8.tar.bz2
AleeBot-dcec0212db88a775967f975c9c1d32dec7f63ec8.zip
Beta (#20)
* 2.12.0 Beta * 2020 changes and tweaked some stuff * remove lock * more copyright update * Service status, updating readme files * readme changes * readme changes x2 * 2.12.0 release
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 7764612..25c377a 100644
--- a/package.json
+++ b/package.json
@@ -4,18 +4,19 @@
"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"
+ "url": "git+https://github.com/aleeproductions/AleeBot-JS.git"
},
- "author": "AleeCorp",
+ "author": "Alee Productions",
"license": "GPL-3.0",
"bugs": {
- "url": "https://github.com/AleeCorp/AleeBot/issues"
+ "url": "https://github.com/aleeproductions/AleeBot-JS/issues"
},
- "homepage": "https://github.com/AleeCorp/AleeBot#readme",
+ "homepage": "https://github.com/aleeproductions/AleeBot-JS#readme",
"dependencies": {
"blessed": "^0.1.81",
"colors": "^1.3.0",
@@ -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"
},