-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.29 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
{
"name": "signalk-engine-hours",
"version": "1.6.0",
"description": "Persistent engine hours logger. Log all engines, which report revolutions to SignalK",
"main": "index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"pretest": "eslint .",
"test": "mocha test/*.test.js",
"format:check": "npx prettier -c .",
"format": "npx prettier -w ."
},
"repository": {
"type": "git",
"url": "git://github.com/KEGustafsson/signalk-engine-hours.git"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-webapp",
"signalk-category-utility"
],
"signalk": {
"appIcon": "./icons/icon-72x72.png",
"displayName": "SignalK Engine Hours"
},
"signalk-plugin-enabled-by-default": false,
"author": "Karl-Erik Gustafsson",
"license": "MIT",
"bugs": {
"url": "https://github.com/KEGustafsson/signalk-engine-hours/issues"
},
"homepage": "https://github.com/KEGustafsson/signalk-engine-hours#readme",
"overrides": {
"serialize-javascript": "^7.0.5"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-mocha": "^10.0.4",
"mocha": "^10.2.0",
"prettier": "^3.8.3",
"sinon": "^21.0.3"
}
}