forked from SignalK/signalk-to-nmea0183
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 824 Bytes
/
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
{
"name": "@signalk/signalk-to-nmea0183",
"version": "1.7.1",
"description": "Signal K server plugin to convert Signal K to NMEA0183",
"main": "index.js",
"scripts": {
"test": "mocha",
"format": "prettier-standard '*.js*' 'sentences/*.js'",
"create-release": "github-create-release --owner signalk --repository signalk-to-nmea0183",
"release": "git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release"
},
"keywords": [
"signalk-node-server-plugin"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"baconjs": "^0.7.88"
},
"devDependencies": {
"@signalk/github-create-release": "^1.2.0",
"github-changes": "^1.0.4",
"mocha": "^8.1.3",
"prettier-standard": "^6.0.0"
}
}