-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.93 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 1.93 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "devxorhandler",
"version": "1.0.1",
"description": "devxorhandler is the best handler for bots written in discord.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevXor-Team/DevXorHandler.git"
},
"author": {
"name": "ABO FARGHALY",
"url": "https://github.com/omar00050"
},
"license": "ISC",
"dependencies": {
"@discordjs/core": "^1.1.1",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.6.0",
"@discordjs/voice": "^0.16.0",
"@types/node": "^20.12.11",
"ascii-table": "^0.0.9",
"axios": "^1.4.0",
"better-sqlite3": "^8.4.0",
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"colors": "^1.4.0",
"discord-api-types": "^0.37.36",
"discord.js": "^14.15.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"fs-nextra": "^0.4.7",
"glob": "^7.2.3",
"good.db": "^2.4.5",
"module-alias": "^2.2.3",
"moment": "^2.29.4",
"moment-timezone": "^0.5.45",
"ms": "^2.1.3",
"mysql2": "^3.3.3",
"node-fetch": "^2.6.1",
"parse-ms": "^2.1.0",
"pino": "^8.19.0",
"pino-pretty": "^11.0.0",
"typescript": "^5.4.5",
"util": "^0.12.5"
},
"devDependencies": {
"eslint-plugin-jsdoc": "^48.2.2",
"nodemon": "^2.0.21"
},
"_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"
},
"keywords": [
"discord",
"discord.js",
"handlers",
"handlers-bot",
"bot"
],
"bugs": {
"url": "https://github.com/DevXor-Team/DevXorHandler/issues"
},
"homepage": "https://github.com/DevXor-Team/DevXorHandler#readme"
}