-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (53 loc) · 1.3 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
{
"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": {
"discord.js": "^14.7.1",
"youtube-yts": "^2.0.0",
"yt-search": "^2.10.3",
"@discordjs/voice": "^0.11.0",
"@discordjs/opus": "^0.5.3",
"hispamemes": "^1.0.7",
"readline": "^1.3.0",
"axios": "^0.24.0",
"cheerio": "1.0.0-rc.12",
"api-dylux": "^1.6.2",
"sqlite3": "^5.0.0",
"systeminformation": "^5.17.3",
"lowdb": "^3.0.0",
"mongoose": "^6.6.5",
"lodash": "^4.17.21",
"performance-now": "^2.1.0",
"google-it": "^1.6.3",
"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",
"node-fetch": "^2.6.7"
},
"engines": {
"node": ">=16.0.0"
}
}