forked from SpeckyYT/SpeckyBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
48
49
50
51
52
53
54
55
{
"name": "speckybot",
"version": "0.0.1",
"description": "This is an awesome bot made by SpeckyYT",
"main": "run.js",
"dependencies": {
"child_process": "^1.0.2",
"cleverbot-free": "^1.0.3",
"coffee-register": "^2.2.0",
"colors": "^1.4.0",
"discord.js": "^11.6.3",
"discord.js-musicbot-addon": "^13.9.1",
"express": "^4.17.1",
"got": "^10.7.0",
"is-image-url": "^1.1.8",
"jimp": "^0.9.8",
"languagedetect": "^2.0.0",
"leven": "^3.1.0",
"mathjs": "^6.6.2",
"moment": "^2.24.0",
"more-array-methods": "^1.1.2",
"nekobot-api": "^1.1.5",
"nekos.life": "^2.0.5",
"node-fetch": "^2.6.0",
"node-os-utils": "^1.2.2",
"node-osu": "^1.3.3",
"node-snowflake": "0.0.1",
"npm": "^6.14.4",
"opusscript": "0.0.7",
"osu": "^3.0.0-0",
"osureplayparser": "^1.0.1",
"parse-ms": "^2.1.0",
"qrcode": "^1.4.4",
"random": "^2.2.0",
"random-animals-api": "^1.2.0",
"string-similarity": "^3.0.0",
"superagent": "^5.2.2",
"terminal-image": "^0.2.0",
"translate": "^1.1.2",
"ttbf": "^0.10.0",
"typescript": "^3.8.3",
"unfuck": "^0.3.0",
"urban": "^0.3.2",
"vm": "^0.1.0",
"ytdl-core": "^1.0.9",
"ytdl-core-discord": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"start": "node run.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SpeckyYT",
"license": "MIT"
}