-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.19 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
49
50
51
52
53
54
55
56
{
"name": "argos",
"version": "3.10.4",
"description": "OB/Flypack Monitoring",
"main": "main.js",
"dependencies": {
"auto-launch": "^5.0.6",
"aws-sdk": "^2.1450.0",
"ejs": "^3.1.9",
"electron-ejs": "^1.2.1",
"express": "^4.18.2",
"mica-electron": "^1.5.0",
"net-snmp": "^3.9.7",
"node-fetch": "^2.6.7",
"ping": "^0.4.4",
"source-map-support": "^0.5.21",
"ws": "^8.13.0",
"xeue-config": "^2.1.0",
"xeue-logs": "^2.0.0",
"xeue-sql": "^2.0.6",
"xeue-webserver": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"build": "electron-builder --win"
},
"build": {
"appId": "com.xeue.argos",
"productName": "Argos",
"files": [
"**/*",
"static/*"
],
"win": {
"icon": "static/img/icon/icon.ico",
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
]
},
"nsis": {
"artifactName": "Argos-v${version}.exe"
}
},
"author": "Sam Chilton & Ollie Quirke",
"license": "MIT",
"devDependencies": {
"electron": "^26.1.0",
"electron-builder": "^24.6.3"
}
}