-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 939 Bytes
/
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
{
"name": "master-computer",
"version": "1.0.0",
"description": "A simple Express server modified from my boilerplate for use in my Minecraft OpenComputers network.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimTinkers/General-Express-Server.git"
},
"keywords": [
"nodejs",
"express",
"server"
],
"author": "Tim Clancy",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TimTinkers/General-Express-Server/issues"
},
"homepage": "https://github.com/TimTinkers/General-Express-Server#readme",
"standard": {
"globals": [
"$",
"THREE"
]
},
"dependencies": {
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"keyv": "^4.0.3",
"keyv-file": "^0.2.0",
"rcon-client": "^4.2.3"
}
}