-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.38 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
{
"name": "Mini4wdChrono",
"version": "0.18.2",
"description": "[](https://github.com/Pimentoso/mini4wdchrono)",
"main": "window.js",
"dependencies": {
"clone": "^2.1.2",
"electron-log": "^3.0.5",
"electron-settings": "^3.2.0",
"exceljs": "^1.10.0",
"johnny-five": "2.0.0",
"jquery": "^3.5.0",
"nconf": "^0.10.0",
"serialport": "^9.0.7",
"strftime": "^0.10.2",
"underscore": "^1.9.1",
"node-pixel": "^0.11.0"
},
"devDependencies": {
"electron": "9.4.4",
"electron-packager": "^15.3.0",
"electron-rebuild": "^2.3.5",
"electron-reload": "^1.5.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0"
},
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
"start": "electron .",
"watch": "electron . --watch",
"lint": "eslint --max-warnings=0 .",
"lint:warn": "eslint .",
"lint:fix": "eslint --fix .",
"lint:file": "eslint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pimentoso/mini4wdchrono.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pimentoso/mini4wdchrono/issues"
},
"homepage": "https://github.com/Pimentoso/mini4wdchrono#readme",
"directories": {
"test": "test"
},
"keywords": []
}