-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.44 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
{
"name": "zwift-widgets",
"version": "0.1.0",
"description": "Overlay utility for adding extra information to the Zwift UI",
"build": {
"appId": "amd.zwift_widgets"
},
"main": "src/App.ts",
"scripts": {
"lint": "eslint src --fix",
"build": "webpack",
"start": "yarn build --mode=development && electron ./out/app.js",
"restart": "electron ./out/app.js",
"pack": "electron-builder --dir",
"dist": "yarn build --mode=production && electron-builder"
},
"postinstall": "electron-builder install-app-deps",
"author": "",
"license": "GPL-3.0-only",
"devDependencies": {
"@types/electron-store": "^3.2.0",
"@types/ip": "^1.1.0",
"@types/node": "^13.13.5",
"@types/protobufjs": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"css-loader": "^3.5.3",
"electron": "^8.5.2",
"electron-builder": "^22.6.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsdoc": "^25.0.1",
"eslint-plugin-prettier": "^3.1.3",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-loader": "^0.6.0",
"prettier": "^2.0.5",
"ts-loader": "^7.0.3",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"cap": "^0.2.1",
"electron-store": "^5.1.1",
"ip": "^1.1.5",
"protobufjs": "^6.9.0",
"tsee": "^1.3.0"
}
}