-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "@meri-imperiumi/signalk-autostate",
"version": "0.4.0",
"description": "Automatically change navigation.state in Signal K based on vessel movement",
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/meri-imperiumi/signalk-autostate.git"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-category-utility"
],
"signalk-plugin-enabled-by-default": true,
"author": "Henri Bergius <henri.bergius@iki.fi> and Cannonerd",
"license": "MIT",
"bugs": {
"url": "https://github.com/meri-imperiumi/signalk-autostate/issues"
},
"homepage": "https://github.com/meri-imperiumi/signalk-autostate#readme",
"dependencies": {
"circular-buffer": "^1.0.3",
"debug": "^4.1.1",
"where": "^0.4.2"
},
"devDependencies": {
"@canboat/canboatjs": "^1.8.0",
"@signalk/n2k-signalk": "^2.1.1",
"@signalk/signalk-schema": "^1.3.1",
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-mocha": "^10.0.4",
"geolocation-utils": "^1.2.2",
"mocha": "^10.0.0",
"nmea-simple": "^3.2.0"
},
"publishConfig": {
"access": "public"
}
}