-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "mct1-server",
"version": "0.2.2",
"description": "A Minecraft for Type 1 Diabetes Server",
"main": "./bin/index.js",
"bin": {
"mct1-server": "./bin/mct1-server"
},
"scripts": {
"install": "node install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Magikcraft/mct1-server.git"
},
"keywords": [
"minecraft",
"scriptcraft",
"magikcraft",
"game",
"diabetes"
],
"author": "Magikcraft.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/Magikcraft/mct1-server/issues"
},
"homepage": "https://github.com/Magikcraft/mct1-server#readme",
"dependencies": {
"@magikcraft/mct1": "^0.1.1",
"@types/fs-extra": "^5.0.5",
"chalk": "^2.4.2",
"docker-cli-js": "^2.5.2",
"extract-zip": "^1.6.7",
"fs-extra": "^7.0.1",
"progress": "^2.0.3",
"prompt": "^1.0.0",
"request": "^2.88.0",
"request-progress": "^3.0.0",
"rimraf": "^2.6.3",
"semver-compare": "^1.0.0",
"update-check": "^1.5.3"
},
"config": {
"access": "public"
},
"mct1Worlds": {
"downloadUrl": "https://sitapatis-sydney-storage.s3.amazonaws.com/MCT1/mct1-worlds-0.2.0.zip",
"version": "0.2.0"
}
}