-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "kasino",
"version": "1.0.0",
"description": "A discord bot made with Node.JS",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"doc": "jsdoc -d docs -r -c JSDocTypes/jsconf.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Izurii/KasinoBot.git"
},
"author": "Heitor Massarente",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Izurii/KasinoBot/issues"
},
"homepage": "https://github.com/Izurii/KasinoBot#readme",
"dependencies": {
"@discordjs/opus": "0.3.2",
"@types/mysql": "2.15.15",
"axios": "^0.21.1",
"discord-paginationembed": "2.1.0",
"discord-ytdl-core": "^5.0.0",
"discord.js": "12.3.1",
"dotenv": "8.2.0",
"fs-extra": "9.0.1",
"install": "0.13.0",
"jikan-node": "1.2.1",
"mysql": "2.18.1",
"nhentai-js": "4.0.0",
"npm": "6.14.8",
"python-shell": "2.0.1",
"shuffle-array": "1.0.1",
"xml2js": "0.4.23",
"ytdl-core": "^4.4.4",
"ytpl": "^2.0.4",
"ytsr": "^3.2.1"
}
}