-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
64 lines (64 loc) · 1.75 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
57
58
59
60
61
62
63
64
{
"dependencies": {
"@discordjs/voice": "^0.11.0",
"aki-api": "^6.0.8",
"anyanime": "^1.3.2",
"axios": "^0.27.2",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"discord-giveaways": "^5.2.2",
"discord-hybrid-sharding": "^2.1.4",
"discord-player": "^6.6.7",
"discord.js": "^13.17.1",
"djs-vanity": "^1.0.6",
"dotenv": "^16.4.5",
"edit-json-file": "^1.7.0",
"enmap": "^5.9.2",
"express": "^4.17.2",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"glob": "^8.0.3",
"image-js": "^0.35.5",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^8.0.3",
"ms": "^2.1.3",
"node-os-utils": "^1.3.7",
"nsfwjs": "^2.4.2",
"openai": "^4.20.1",
"phin": "^3.6.1",
"pm2": "^5.2.0",
"quick.db": "^9.1.7",
"quickmongo": "^5.1.2",
"simply-djs": "^2.5.2",
"superagent": "^8.1.2",
"systeminformation": "^5.12.6",
"table": "^6.8.0",
"util": "^0.12.4",
"wait": "^0.4.2"
},
"name": "Bitzxier",
"description": "Premium Bot",
"version": "2.0.0",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Terminator/"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Terminator"
},
"homepage": "https://github.com/Terminator",
"devDependencies": {
"prettier": "^3.2.5"
}
}