forked from citizenfx/txAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.62 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.62 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
{
"name": "txadmin",
"version": "0.0.0-check-version.json",
"description": "FiveM FXServer Admin - remotely manage your GTA5 FiveM Server",
"main": "src/index.js",
"scripts": {
"watch": "npx nodemon --watch \"src/*\" src/index.js",
"admin-add": "node src/scripts/admin-add.js",
"setup": "node src/scripts/setup.js",
"start": "node src/index.js",
"config-tester": "node src/scripts/config-tester.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabarra/txAdmin.git"
},
"keywords": [
"fxserver",
"fivem",
"gta5",
"gtav",
"server-manager",
"player-list"
],
"author": "André Tabarra",
"license": "MIT",
"bugs": {
"url": "https://github.com/tabarra/txAdmin/issues"
},
"homepage": "https://github.com/tabarra/txAdmin#readme",
"dependencies": {
"ansi-colors": "^4.1.1",
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"big-integer": "^1.6.44",
"body-parser": "^1.19.0",
"bytes": "^3.1.0",
"clone": "^2.1.2",
"color-support": "^1.1.3",
"cors": "^2.8.5",
"dateformat": "^3.0.3",
"discord.js": "^11.5.1",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"express-session": "^1.16.2",
"express-socket.io-session": "^1.3.5",
"fs-extra": "^8.1.0",
"humanize-duration": "^3.21.0",
"lowdb": "^1.0.0",
"nanoid": "^2.0.3",
"node-polyglot": "^2.3.1",
"pidtree": "^0.3.0",
"pidusage": "^2.0.17",
"pidusage-tree": "^2.0.5",
"semver": "^6.3.0",
"slash": "^3.0.0",
"socket.io": "^2.2.0",
"squirrelly": "^7.4.0",
"stream-snitch": "0.0.3",
"xss": "^1.0.6"
}
}