-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.91 KB
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
52
53
54
55
56
57
58
59
{
"name": "shadow-engine",
"version": "0.1.0",
"description": "Shadow Engine",
"main": "main.js",
"scripts": {
"start": "electron .",
"start-es": "electron ./scripts/externalServer/externalServerMain.js",
"rebuild": "electron-rebuild && npm rebuild --runtime=electron --target=9.4.0 --disturl=https://atom.io/download/atom-shell --abi=59",
"test": "node test.js",
"install-plugins": "node installPlugins.js",
"compileLocalizers": "node compileLocalizers.js",
"electron-version": "electron --version"
},
"author": "77Z",
"license": "MIT",
"dependencies": {
"colors": "^1.4.0",
"crypto-js": "^4.0.0",
"electron": "^9.4.0",
"electron-is-dev": "^1.2.0",
"electron-process-manager": "^1.0.0",
"electron-rebuild": "^1.11.0",
"electron-tools": "^2.4.2",
"eslint": "^7.7.0",
"extract-zip": "^2.0.1",
"fs-extra": "^9.0.0",
"json5": "^2.1.3",
"mv": "^2.1.1",
"node-fetch": "^2.6.1",
"node-pty": "^0.9.0",
"request": "^2.88.2",
"robotjs": "^0.6.0",
"split-grid": "^1.0.9",
"three": "^0.125.0",
"trash": "^6.1.1",
"uuid": "^8.3.0",
"ws": "^7.3.1",
"xterm": "^4.8.1",
"xterm-addon-fit": "^0.5.0",
"yargs": "^15.4.1"
},
"build": {
"appId": "tk.a77zsite.shadow-engine",
"copyright": "Copyright © 77Z 2020-2021",
"productName": "Shadow Engine",
"nsis": {
"installerIcon": "build/installer.png",
"uninstallerIcon": "build/uninstaller.png",
"uninstallDisplayName": "Shadow Engine",
"shortcutName": "Shadow"
},
"extraFiles": [
"exe/ShadowLog.exe",
"DiscordRPC",
"exe/Terrain"
]
}
}