-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.46 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "Systemous",
"version": "1.0.0",
"description": "Discord Bot Made By [ Coding ] 👑 Venom#6969",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": "12.16.1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.0.0",
"@discordjs/opus": "^0.3.2",
"@discordjs/rest": "^1.0.0",
"@iamtraction/google-translate": "^1.1.2",
"@tmware/status-rotate": "^1.2.10",
"aki-api": "^5.0.0",
"amethyste-api": "^1.1.3",
"ascii-table": "0.0.9",
"axios": "^0.27.2",
"canvas": "^2.6.1",
"canvas-constructor": "^3.2.0",
"chalk": "^5.0.1",
"colornames": "^1.1.1",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"dbl-api": "^1.2.1",
"dblapi.js": "^2.4.0",
"discord-api-types": "^0.36.2",
"discord-image-generation": "^1.4.13",
"discord-reply": "^0.1.2",
"discord-uptime-bot": "^2.0.7",
"discord.js": "^12.0.0",
"dotenv": "^16.0.1",
"express": "^4.17.1",
"fs": "^0.0.2",
"fs-nextra": "^0.5.1",
"giphy-api": "^2.0.1",
"glob": "^8.0.3",
"http": "^0.0.0",
"install": "^0.13.0",
"isgd": "^1.1.3",
"iso-639-1": "^2.1.2",
"jimp": "^0.12.1",
"js-yaml": "^4.1.0",
"mathjs": "^6.6.5",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.4.4",
"ms": "^2.1.2",
"node-cron": "^3.0.1",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.1.10",
"novelcovid": "^3.0.2",
"npm": "^8.14.0",
"nuggies": "^3.1.3",
"opusscript": "0.0.7",
"parse-ms": "^2.1.0",
"path": "^0.12.7",
"pokersolver": "^2.1.3",
"pretty-ms": "^8.0.0",
"quick.db": "^7.1.1",
"random-puppy": "^1.1.0",
"reconlx": "^2.5.6",
"relevant-urban": "^2.0.0",
"request-promise-native": "^1.0.9",
"simple-youtube-api": "^5.2.1",
"slappey": "^4.0.0",
"systeminformation": "^5.12.1",
"voucher-code-generator": "^1.3.0",
"weather-js": "^2.0.0",
"wikijs": "^6.0.0",
"youtube-search": "^1.1.6",
"ytdl-core": "^2.1.5",
"ytsr": "^3.8.0"
},
"devDependencies": {
"node": "^16.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrVenomYT/systemous.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/MrVenomYT/systemous/issues"
},
"homepage": "https://github.com/MrVenomYT/systemous#readme"
}