-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.28 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
{
"name": "discord-ogp",
"version": "4.0.5",
"description": "Discord-OGP is a Discord bot project linked to Open Game Panel API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"Discord",
"Bot",
"OGP",
"MTA",
"Host",
"API",
"Hosting",
"SAMP",
"Minecraft",
"ViceCity",
"MTA:SA"
],
"author": "N1CHO",
"license": "CC-BY-NC-4.0",
"repository": {
"type": "git",
"url": "https://github.com/notN1CHO/Discord-OGP"
},
"dependencies": {
"@discordjs/builders": "^1.4.0",
"@discordjs/rest": "^1.0.0",
"axios": "^1.2.5",
"cheerio": "^1.0.0-rc.12",
"date-str-timestamp": "^1.0.1",
"discord-api-types": "^0.37.30",
"discord-ogp": "file:",
"discord.js": "^14.8.0",
"express": "^4.18.1",
"fs": "0.0.2",
"lodash.uniqwith": "^4.5.0",
"moment": "^2.29.4",
"mysql": "^2.18.1",
"net": "^1.0.2",
"node": "^16.10.0",
"node-os-utils": "^1.3.6",
"node-url-shortener": "^2.0.3",
"path": "^0.12.7",
"querystring": "^0.2.1",
"quick.db": "^9.1.7",
"ssh2": "^1.14.0",
"timestamp-to-date": "^1.1.0",
"x73db": "^1.1.0"
}
}