forked from TehPigYT/OmniBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "omni",
"version": "1.0.0",
"description": "Multifunctional Discord Bot",
"main": "cd src && omni.js",
"scripts": {
"test": "eslint ./",
"start": "cd src && node omni.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OmniDiscord/OmniBot.git"
},
"keywords": [
"omnibot",
"omni",
"omnidiscord",
"klasa",
"discord",
"bot"
],
"author": "Piyush Choubey",
"license": "MIT",
"bugs": {
"url": "https://github.com/OmniDiscord/OmniBot/issues"
},
"homepage": "https://github.com/OmniDiscord/OmniBot#readme",
"dependencies": {
"discord.js": "discordjs/discord.js",
"klasa": "dirigeants/klasa#master",
"klasa-member-gateway": "dirigeants/klasa-member-gateway",
"moment": "^2.24.0",
"mongodb": "^3.2.3",
"opusscript": "^0.0.7",
"os": "^0.1.1",
"parse-ms": "^2.1.0",
"yt-search": "^0.4.1",
"ytdl-core": "^0.29.1"
},
"peerDependencies": {
"node-opus": "^0.3.1",
"opusscript": "^0.0.6"
},
"devDependencies": {
"eslint": "^5.16.0"
}
}