-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "aleebot",
"version": "2.0.0",
"description": "A chat bot for discord written in discord.js.",
"main": "src/bot.js",
"scripts": {
"start": "node bot_discord.js",
"dev": "node bot_discord.js --beta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aleeproductions/AleeBot-JS.git"
},
"author": "Alee Productions",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/aleeproductions/AleeBot-JS/issues"
},
"homepage": "https://github.com/aleeproductions/AleeBot-JS#readme",
"dependencies": {
"blessed": "^0.1.81",
"colors": "^1.3.0",
"dblapi.js": "^2.0.0",
"discord.js": "^11.3.1",
"fs": "0.0.1-security",
"git-last-commit": "^0.3.0",
"moment": "^2.21.0",
"node-opus": "^0.3.0",
"os": "^0.1.1",
"parse-ms": "^1.0.1",
"readline": "^1.3.0",
"ytdl-core": "^0.20.4"
},
"devDependencies": {}
}