-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1013 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1013 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "vmixmergemanager",
"version": "1.0.0",
"description": "Merge Manager for vMix",
"main": "main.js",
"build": {
"productName": "vMix Merge Manager",
"appId": "mergemanager.multicammedia.no",
"win": {
"target": "nsis"
},
"nsis": {
"artifactName": "mergemanager-win64.exe",
"createStartMenuShortcut": true,
"perMachine": true,
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"installerIcon": "icon.ico",
"installerSidebar": "mminst.bmp",
"uninstallerSidebar": "mminst.bmp"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^10.1.5",
"electron-winstaller": "^4.0.1"
},
"dependencies": {
"electron-root-path": "^1.0.16",
"electron-squirrel-startup": "^1.0.0",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"socket.io": "^3.0.1"
}
}