forked from Danielv123/factorioClusterioClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "clusterio-client",
"version": "1.1.0",
"description": "GUI to download and launch factorio with server specific mods",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"build": "electron-packager . clusterioClient --all && echo Done packaging!"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Danielv123/factorioClusterioClient.git"
},
"keywords": [
"clusterio",
"factorio",
"nodejs"
],
"author": "Daniel Vestøl",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Danielv123/factorioClusterioClient/issues"
},
"homepage": "https://github.com/Danielv123/factorioClusterioClient#readme",
"devDependencies": {
"electron-builder": "^11.2.3",
"electron-packager": "^8.4.0",
"electron-prebuilt": "^1.4.13"
},
"dependencies": {
"adm-zip": "^0.4.7",
"electron-config": "^0.2.1",
"fs": "0.0.1-security",
"http": "0.0.0",
"mkdirp": "^0.5.1",
"needle": "^1.4.3",
"os": "^0.1.1",
"portscanner": "^2.1.1",
"simple-rcon": "^0.3.1"
}
}