-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
56 lines (56 loc) · 1.34 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
{
"name": "quran_radio",
"version": "1.4.5",
"description": "Quran Radio for discord",
"main": "index.js",
"scripts": {
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omar00050/quran_radio.git"
},
"author": {
"name": "ABO FARGHALY [DevXro-Team]",
"url": "https://github.com/omar00050"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/omar00050/quran_radio/issues"
},
"homepage": "https://github.com/omar00050/quran_radio#readme",
"dependencies": {
"@discordjs/voice": "^0.17.0",
"ascii-table": "^0.0.9",
"axios": "^1.6.8",
"canvas": "^2.10.2",
"chalk": "^4.1.2",
"colors": "^1.4.0",
"discord.js": "^14.15.3",
"dotenv": "^16.3.1",
"ffmpeg-static": "^5.2.0",
"good.db": "^2.4.5",
"libsodium-wrappers": "^0.7.13",
"module-alias": "^2.2.3",
"moment": "^2.29.4",
"moment-timezone": "^0.5.45",
"ms": "^2.1.3",
"node-fetch": "^2.7.0",
"pino": "^9.1.0",
"pino-pretty": "^11.0.0"
},
"_moduleAliases": {
"@root": ".",
"@src": "src/",
"@base": "src/base/",
"@utils": "src/utils/",
"@events": "src/events/",
"@handlers": "src/handlers/",
"@database": "src/database/",
"@DevXor": "src/",
"@helpers": "src/utils/helpers/"
},
"engines": {
"node": ">=18.0.0"
}
}