-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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": "minecraft-switcher",
"version": "1.0.0",
"description": "Janky web UI to switch a Minecraft server between worlds",
"main": "index.js",
"bin": {
"minecraft-switcher": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "browserify -p esmify client.js > static/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strugee/minecraft-switcher.git"
},
"keywords": [
"minecraft",
"webui",
"webadmin"
],
"author": "AJ Jordan <[email protected]>",
"license": "AGPL-3.0+",
"bugs": {
"url": "https://github.com/strugee/minecraft-switcher/issues"
},
"homepage": "https://github.com/strugee/minecraft-switcher#readme",
"dependencies": {
"@sentry/node": "^5.15.2",
"@webauthn/client": "^0.1.3",
"@webauthn/server": "^0.1.3",
"adjective-adjective-animal": "^1.3.3",
"bach": "^1.2.0",
"body-parser": "^1.19.0",
"browserify": "^16.5.0",
"bunyan": "^1.8.12",
"bunyan-middleware": "^1.0.0",
"compression": "^1.7.4",
"cookie-session": "^1.4.0",
"esmify": "^2.1.1",
"express": "^4.17.1",
"make-promises-safe": "^5.1.0",
"minecraft-server-properties": "0.0.0",
"minecraft-server.properties-prop-db": "^1.0.0",
"pug": "^2.0.4",
"smart-spawn": "^2.0.1",
"uuid": "^3.4.0",
"write-file-atomic": "^3.0.3"
},
"devDependencies": {}
}