-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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": "lia-chan-bot",
"version": "1.1.1",
"description": "A fun bot with music, fun, anime and many more commands",
"main": "src/index.js",
"author": "DeadShot",
"license": "MPL-2.0",
"scripts": {
"start": "node ."
},
"dependencies": {
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"ytdl-core": "^4.5.0",
"amethyste-api": "^1.1.4",
"anime-scraper": "^3.1.1",
"ascii-table": "0.0.9",
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"figlet": "^1.5.0",
"fs": "0.0.1-security",
"got": "^11.8.0",
"image-js": "^0.21.9",
"imdb-api": "^4.1.1",
"mathjs": "^7.1.0",
"moment": "^2.27.0",
"ms": "^2.1.2",
"novelcovid": "^1.2.7",
"parse-ms": "^2.1.0",
"quick.db": "^7.1.1",
"request-promise-native": "^1.0.9",
"weather-js": "^2.0.0",
"lyrics-finder": "^21.4.0"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-aqua": "^8.1.2"
},
"optionalDependencies": {
"@discordjs/opus": "^0.5.0",
"erlpack": "github:discord/erlpack",
"zlib-sync": "^0.1.7"
},
"eslintConfig": {
"extends": "aqua/node"
}
}