-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 KB
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
{
"name": "MugiBot",
"version": "0.6.4",
"description": "a discord bot",
"main": "main.js",
"scripts": {
"start": "node src/main.js",
"lint": "npx eslint \"**/*.js\" || exit 0",
"lint:fix": "npx eslint \"**/*.js\" --fix || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/domini7/MugiBot.git"
},
"author": "domini7",
"license": "MIT",
"bugs": {
"url": "https://github.com/domini7/MugiBot/issues"
},
"homepage": "https://github.com/domini7/MugiBot#readme",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"aki-api": "^5.2.1",
"booste": "0.0.6",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"dayjs": "^1.10.6",
"discord.js": "^12.5.3",
"dotenv": "^8.6.0",
"ffmpeg-static": "^4.4.0",
"giphy-random": "^2.0.8",
"html-entities": "^2.3.2",
"images-scraper": "^6.4.0",
"ini": "^2.0.0",
"mathjs": "^9.4.4",
"merge-options": "^3.0.3",
"nba": "^4.15.0",
"node-fetch": "^2.6.2",
"node-superfetch": "^0.1.11",
"string-similarity": "^4.0.4",
"unirest": "^0.6.0",
"wikipedia": "^1.1.5",
"yt-search": "^2.10.1",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"eslint": "^7.32.0"
}
}