-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 796 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 796 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
29
{
"name": "minecraft-server-manager",
"version": "1.0.0",
"description": "Simple Webapp to manage multiple minecraft servers",
"main": "server.js",
"scripts": {
"test": "nodemon server.js --ignore 'src/' 'server-manager/*'"
},
"author": "Dunemask",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.4.4",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"childprocess": "^2.0.2",
"express": "^4.17.1",
"express-react-views": "^0.11.0",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"multer": "^1.4.2",
"open-file-explorer": "^1.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropdown": "^1.7.0",
"react-toggle-button": "^2.2.0",
"shelljs": "^0.8.4",
"tree-kill": "^1.2.2"
}
}