forked from FPxWolfGang/FivemServerStatus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 708 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 708 Bytes
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
{
"version": "4.2.5",
"description": "FiveM Server Status",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"update": "git pull && npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Douile / Roque / Skylar",
"license": "GPL-3.0",
"dependencies": {
"chalk": "^4.1.2",
"discord.js": "^13.12.0",
"fetch-timeout": "0.0.2",
"fs": "0.0.1-security",
"libsodium-wrappers": "^0.7.4",
"node-fetch": "^1.6.3",
"opusscript": "0.0.6",
"readline": "^1.3.0",
"uws": "^100.0.1",
"ytdl-core": "^0.29.1"
},
"repository": {
"type": "git",
"url": "https://github.com/TheONLYGod1/FivemServerStatus"
}
}