-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.5 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
58
{
"name": "discord-bot",
"version": "1.0.0",
"description": "a discord bot",
"main": "src/happy.js",
"engines": {
"node": "14.16.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js"
},
"author": "elttayman",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"@k3rn31p4nic/google-translate-api": "^1.1.1",
"array-move": "^3.0.1",
"booru": "^2.4.0",
"canvacord": "^5.1.0",
"canvas": "^2.8.0",
"caxinha": "^0.2.62",
"chalk": "^4.1.0",
"claire-cord": "0.0.7",
"common-tags": "^1.8.0",
"core-js": "^3.14.0",
"crawler": "^1.3.0",
"cronos-xp": "^1.0.4-beta.1",
"dabi-images": "^2.7.5",
"discord-canvas": "^1.4.1",
"discord-image-generation": "^1.4.7",
"discord-xp": "^1.1.8",
"discord-ytdl-core": "^5.0.0",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"figlet": "^1.5.0",
"got": "^11.8.1",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"mongoose": "^5.11.15",
"ms": "^2.1.3",
"nekobot-api": "^2.1.0",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"node-spotify-api": "^1.1.1",
"node-superfetch": "^0.1.11",
"request": "^2.88.2",
"seconds-formater": "^1.2.0",
"simple-youtube-api": "^5.2.1",
"soundcloud-downloader": "^0.2.4",
"spotify-uri": "^2.2.0",
"spotify-url-info": "^2.2.3",
"superagent": "^6.1.0",
"youtube-sr": "^3.0.4",
"ytdl-core": "^4.7.0",
"ytsr": "^3.5.0"
}
}