This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.64 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
56
57
{
"name": "kurapika-bot",
"version": "v2.0.0",
"description": "Just bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Miouns/kurapika.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Miouns/kurapika/issues"
},
"homepage": "https://github.com/Miouns/kurapika#readme",
"dependencies": {
"@allvaa/get-lyrics": "^1.1.4",
"@discordjs/opus": "^0.4.0",
"@lavacord/discord.js": "0.0.7",
"alexa-bot-api": "^0.2.1",
"axios": "^0.21.1",
"canvacord": "^5.0.8",
"captcha-canvas": "^2.2.2",
"child_process": "^1.0.2",
"common-tags": "^1.8.0",
"discord-akairo": "8.1.0",
"discord-canvas": "^1.4.1",
"discord-xp": "^1.1.7",
"discord.js": "12.5.1",
"discord.js-menu": "^2.3.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"genius-lyrics": "^4.2.7",
"genius-lyrics-api": "^3.0.6",
"lavacord": "^1.1.9",
"mailist": "^1.0.3",
"moment": "^2.29.1",
"mongodb": "^3.6.4",
"mongoose": "^5.11.14",
"ms": "^2.1.3",
"node-fetch": "2.6.1",
"node-superfetch": "^0.1.11",
"parse-ms": "^2.1.0",
"path": "0.12.7",
"pretty-ms": "^7.0.1",
"quick.db": "7.1.3",
"reconlx": "^1.2.41",
"tinyurl": "^1.1.7",
"winston": "^3.3.3",
"xml": "^1.0.1",
"xmlhttprequest": "^1.8.0"
}
}