-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.29 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "tp_ets2_plugin",
"version": "4.1.0",
"description": "Euro Truck Simulator 2 Plugin for TouchPortal",
"main": "src/bin/plugin.js",
"scripts": {
"test": "electron . --debugging",
"testNewFunction": "electron . --debugging --testing",
"testNoServer": "electron . --debugging --noServer",
"testNoServerNewFunction": "electron . --debugging --noServer --testing",
"release": "npx electron-packager --overwrite --ignore='Pages' --ignore='src/bin/interface' --ignore='src/bin/logs' --ignore='src/bin/server' --ignore='src/bin/tmp' --ignore='src/bin/config' --ignore='src/bin/images' --ignore='src/bin/logs' --ignore='TODO.LIST' --ignore='SECURITY.md' --ignore='README.md' --ignore='LICENSE' --ignore='.gitignore' --ignore='_config.yml' --ignore='src/build' --ignore='Installers' --ignore='.vscode' --ignore='.github' . ETS2_Dashboard && node ./src/build/build.js --release"
},
"bin": {
"main": "src/bin/plugin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NyboTV/TP_ETS2_Plugin.git"
},
"keywords": [
"touchportal",
"tp",
"plugin",
"ets2",
"Euro",
"Truck",
"Simulator",
"2",
"Dashboard",
"ETS2",
"Dashboard",
"ETS",
"Dashboard",
"ETS2",
"Plugin",
"TouchPortal",
"Plugin",
"Touch",
"Portal"
],
"author": "NyboTV",
"license": "ISC",
"bugs": {
"url": "https://github.com/NyboTV/TP_ETS2_Plugin/issues"
},
"homepage": "https://github.com/NyboTV/TP_ETS2_Plugin#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"archiver": "^7.0.0",
"axios": "^1.4.0",
"check-internet-connected": "^2.0.6",
"current-currency": "^1.6.2",
"download": "^7.0.0",
"download-file": "^0.1.5",
"electron-progressbar": "^2.2.1",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.1",
"get-folder-size": "^2.0.0",
"jimp": "^0.22.8",
"moment-timezone": "^0.5.45",
"node-fetch": "^3.3.1",
"path": "^0.12.7",
"pidusage": "^3.0.2",
"prompt": "^1.3.0",
"replace-json-property": "^1.9.0",
"request": "^2.88.2",
"self-reload-json": "^0.4.0",
"touchportal-api": "^3.2.1",
"winston": "^3.12.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"electron": "^29.1.0",
"electron-packager": "^17.1.1"
}
}