-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.78 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.78 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
50
51
52
53
54
55
56
57
58
59
{
"name": "apollo",
"version": "4.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jed556/Apollo.git"
},
"keywords": [],
"author": "Jerrald J. Guiriba",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/Jed556/Apollo/issues"
},
"homepage": "https://github.com/Jed556/Apollo#readme",
"description": "A cool Javascript based Discord bot",
"engines": {
"node": ">=17.x.x",
"npm": ">=8.x.x"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "0.16.0",
"@distube/soundcloud": "^1.3.2",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.11.9",
"ascii-table3": "^0.8.2",
"chalk": "4.1.2",
"chartjs-node-canvas": "^4.1.6",
"chartjs-plugin-gradient": "^0.6.1",
"discord-html-transcripts": "^3.1.4",
"discord.js": "14.11.0",
"distube": "^4.0.4",
"dotenv": "^16.0.3",
"enmap": "^5.9.5",
"glob": "^9.3.2",
"images-scraper": "^6.4.2",
"iso-639-1": "^2.1.15",
"libsodium-wrappers": "^0.7.11",
"mal-scraper": "2.12.1",
"mathjs": "^11.8.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^7.1.0",
"ms": "^2.1.3",
"os": "^0.1.2",
"os-utils": "^0.0.14",
"qrcode": "^1.5.3",
"translate-google": "^1.5.0",
"url": "^0.11.0",
"weather-js": "^2.0.0"
}
}