-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "d-configbot",
"version": "1.0.4",
"description": "D-ConfigBot es un bot avanzado para Discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "iNahilC.",
"license": "ISC",
"dependencies": {
"array-sort": "^1.0.0",
"better-sqlite3": "^7.5.3",
"cpu-stat": "^2.0.1",
"discord.js": "^13.8.1",
"download-file": "^0.1.5",
"emoji-img": "^1.0.0",
"emoji-unicode-map": "^1.1.11",
"fs": "^0.0.1-security",
"google-play-scraper": "^9.0.1",
"google-tts-api": "^2.0.2",
"googlethis": "^1.2.9",
"hex-colors-info": "^1.0.2",
"hex-to-rgb": "^1.0.1",
"is-url": "^1.2.4",
"mathjs": "^10.5.1",
"megadb": "^3.4.0",
"minecraft-server-util": "^5.2.10",
"moment": "^2.29.3",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.34",
"moongose": "^1.0.0",
"node-datetime": "^2.1.2",
"os": "^0.1.2",
"path": "^0.12.7",
"quick.db": "^9.0.5",
"randomstring": "^1.2.2",
"request": "^2.88.2",
"snekfetch": "^4.0.4",
"sourcebin": "^4.3.5",
"string-similarity": "^4.0.4",
"table": "^6.8.0",
"twemoji-parser": "^14.0.0",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.11.0"
}
}