-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (61 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (61 loc) · 1.52 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
{
"name": "NovaBot-DS",
"version": "1.0.0 (beta)",
"description": "Bot de Discord",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins" },
"scripts": {
"start": "node index.js",
"test": "node test.js",
"test2": "nodemon index.js" },
"homepage": "https://github.com/elrebelde21/NovaBot-DS",
"author": {
"name": "elrebelde21" },
"repository": {
"type": "git",
"url": "git+https://github.com/elrebelde21/NovaBot-DS.git" },
"bugs": {
"url": "https://github.com/elrebelde21/NovaBot-DS/issues" },
"license": "GPL-3.0-or-later",
"dependencies": {
"@bochilteam/scraper": "^5.0.1",
"discord.js": "^14.25.1",
"@discordjs/voice": "^0.11.0",
"node-gtts": "^2.0.2",
"hispamemes": "^1.0.7",
"readline": "^1.3.0",
"axios": "^0.24.0",
"cheerio": "1.0.0-rc.12",
"api-dylux": "^1.8.5",
"systeminformation": "^5.17.3",
"lodash": "^4.17.21",
"performance-now": "^2.1.0",
"google-it": "^1.6.3",
"syntax-error": "^1.4.0",
"moment-timezone": "^0.5.37",
"cfonts": "^2.10.0",
"chalk": "^4.1.2",
"yargs": "^17.3.1",
"vm2": "^3.9.11",
"express": "^4.18.1",
"pg": "^8.11.3",
"lowdb": "^3.0.0",
"mongoose": "^6.6.5",
"axios-cookiejar-support": "^5.0.5",
"node-fetch": "^2.6.7",
"dotenv": "^17.2.3"
},
"optionalDependencies": {
"@discordjs/opus": "^0.5.3",
"better-sqlite3": "^12.5.0",
"mongodb": "^7.0.0",
"mysql2": "^3.16.0"
},
"engines": {
"node": ">=16.0.0"
}
}