-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "@signalk/vedirect-serial-usb",
"version": "1.5.0",
"description": "Signal K Node.js server plugin to read VE.Direct data via serial USB",
"main": "index.js",
"scripts": {
"test": "mocha",
"push": "npm publish --access public --scope @signalk .",
"postinstall": "node ./migration.js"
},
"keywords": [
"signalk-node-server-plugin"
],
"author": "Joachim Bakke <[email protected]> & Fabian Tollenaar <[email protected]> (https://decipher.industries)",
"license": "Apache-2.0",
"homepage": "https://github.com/SignalK/vedirect-serial-usb#readme",
"bugs": {
"url": "https://github.com/SignalK/vedirect-serial-usb/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/SignalK/vedirect-serial-usb"
},
"contributors": [],
"dependencies": {
"debug": "^4.0.1",
"package-lock.json": "^1.0.0",
"serialport": "^11.0.0"
},
"standard": {
"globals": [
"describe",
"it",
"expect",
"before"
]
},
"devDependencies": {
"chai": "^4.1.2",
"chai-things": "^0.2.0",
"mocha": "^10.2.0"
}
}