-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 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
{
"name": "netbot",
"version": "3.1.6",
"description": "Le bot Discord officiel de NetHeberg",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@k3rn31p4nic/google-translate-api": "^1.1.0",
"axios": "^0.19.2",
"bent": "^7.3.9",
"better-sqlite3": "^7.1.1",
"canvas": "^2.6.1",
"cities": "^2.0.0",
"cpu-stat": "^2.0.1",
"dayjs": "^1.9.7",
"discord.js": "^12.5.1",
"domain-check": "^1.0.5",
"enmap": "^5.4.0",
"fast-speedtest-api": "^0.3.2",
"ffmpeg-static": "^4.2.7",
"fs": "^0.0.2",
"githubby": "^1.0.0-d",
"google-play-scraper": "^7.1.3",
"hastebin-gen": "^2.0.5",
"http": "^0.0.0",
"iso-639-1": "^2.1.2",
"moment-timezone": "^0.5.31",
"node-superfetch": "^0.1.10",
"nodemailer": "^6.4.11",
"ping": "0.2.3",
"request": "^2.88.2",
"speedtest": "^1.1.0",
"sqlite": "^4.0.15",
"steam-provider": "^0.3.2",
"unirest": "^0.6.0",
"util": "^0.12.3",
"virustotal-api": "^1.1.3",
"whmcs-api": "^1.5.5",
"wikijs": "^6.0.1"
},
"engines": {
"node": "12.x"
},
"license": "MIT"
}