-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 777 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 777 Bytes
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
{
"name": "g4x",
"version": "4.7.0",
"description": "A distraction-less version of The Theorist Gateway gate 4 minigame.",
"main": "main.js",
"scripts": {
"test": "electron .",
"start": "electron .",
"macBuilder": "sudo chmod +x ./scripts/build-scripts/macBuilder.sh && ./scripts/build-scripts/macBuilder.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-g4/g4x.git"
},
"author": "Team G4",
"license": "MIT",
"bugs": {
"url": "https://github.com/team-g4/g4x/issues"
},
"homepage": "https://github.com/team-g4/g4x#readme",
"dependencies": {
"discord-rpc": "^3.1.0",
"electron": "^7.1.2",
"electron-debug": "^3.0.1",
"electron-installer-dmg": "^3.0.0",
"path-exists": "^4.0.0"
}
}