This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
72 lines (72 loc) · 1.79 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "node",
"version": "1.0.0",
"main": "NodeServerManager.js",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"btoa": "^1.2.1",
"connect-redis": "^5.0.0",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"delay": "^4.4.0",
"discord-oauth2": "^2.5.0",
"discord-webhook-node": "^1.1.8",
"discord.js": "^12.2.0",
"discordjs-colors": "^1.2.3",
"dom-parser": "^0.1.6",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"fs": "^0.0.1-security",
"ip-range-check": "^0.2.0",
"jsdom": "^16.4.0",
"jshtml": "^0.3.0",
"limiting-middleware": "^1.3.2",
"log-timestamp": "^0.3.0",
"mathjs": "^7.3.0",
"md5": "^2.3.0",
"moment": "^2.27.0",
"node-2fa": "^1.1.2",
"node-fetch": "^2.6.1",
"node-machine-id": "^1.1.12",
"package.json": "^2.0.1",
"public-ip": "^4.0.2",
"read-last-lines": "^1.7.2",
"readline": "^1.3.0",
"request": "^2.88.2",
"sequelize": "^6.3.5",
"sqlite3": "^5.0.0",
"stream": "^0.0.2",
"tail": "^2.0.4",
"websocket": "^1.0.31",
"ws": "^7.3.1",
"xmlhttprequest": "^1.8.0"
},
"scripts": {
"start": "node Lib/NodeServerManager.js"
},
"keywords": [],
"author": "fed",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/fedddddd/node-server-manager.git"
},
"bugs": {
"url": "https://github.com/fedddddd/node-server-manager/issues"
},
"homepage": "https://github.com/fedddddd/node-server-manager#readme",
"description": "Server Manager for Plutonium IW5 Servers",
"pkg": {
"scripts": [
"Lib/**/*.js",
"Lib/*.js",
"Webfront/*.js",
"Utils/*.js",
"Plugins/*.js"
]
}
}