This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.52 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
{
"name": "z3client",
"version": "0.18.2",
"author": "Chris Wilson",
"description": "A Z3 client designed to replace the old Python Z3 client in the Archipelago MultiWorld ecosystem.",
"license": "MIT",
"main": "main.js",
"scripts": {
"start": "electron .",
"electron-rebuild": "electron-rebuild",
"package-win": "electron-forge package --platform win32 --arch x64",
"make-win": "electron-forge make --platform win32 --arch x64",
"package-linux": "electron-forge package --platform linux --arch x64",
"make-linux": "electron-forge make --platform linux --arch x64"
},
"homepage": "https://github.com/ArchipelagoMW/Z3Client#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ArchipelagoMW/Z3Client.git"
},
"bugs": {
"url": "https://github.com/ArchipelagoMW/Z3Client/issues"
},
"dependencies": {
"@grpc/grpc-js": "^1.3.7",
"bsdiff-node": "^2.3.1",
"electron-squirrel-startup": "^1.0.0",
"google-protobuf": "^3.18.0",
"js-yaml": "^4.1.0",
"lzma-native": "^8.0.1",
"md5": "^2.3.0",
"path": "^0.12.7",
"winreg": "^1.2.4",
"ws": "^8.2.2"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.61",
"@electron-forge/maker-deb": "^6.0.0-beta.61",
"@electron-forge/maker-rpm": "^6.0.0-beta.61",
"@electron-forge/maker-squirrel": "^6.0.0-beta.61",
"@electron-forge/maker-zip": "^6.0.0-beta.61",
"electron": "^15.0.0",
"electron-rebuild": "^3.2.3"
},
"config": {
"forge": "./forge.config.js"
}
}