@yachteye/signalk-engineroom-plugin
Version:
Get EngineRoom data from the source (database or other) and add it to the SignalK graph.
46 lines (45 loc) • 1.36 kB
JSON
{
"name": "@yachteye/signalk-engineroom-plugin",
"version": "1.2.0",
"description": "Get EngineRoom data from the source (database or other) and add it to the SignalK graph.",
"main": "plugin/index.js",
"scripts": {
"build": "tsc",
"push-test": "npm run build && npm publish --scope=@yachteye --access public --dry-run",
"push": "npm login && npm run build && npm publish --scope=@yachteye --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"plugin/*"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SuperYachtTimes/signalk-ye-engineroom-plugin.git"
},
"keywords": [
"SignalK",
"signalk-node-server-plugin",
"YachtEye",
"EngineRoom"
],
"signalk-plugin-enabled-by-default": false,
"signalk": {
"displayName": "YachtEye EngineRoom plugin"
},
"author": "YachtEye B.V. <info@yachteye.com> (https://www.yachteye.com)",
"license": "Apache-2.0",
"homepage": "",
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.1009.0",
"@faker-js/faker": "^9.3.0",
"@signalk/nmea0183-utilities": "^0.8.1",
"mssql": "^11.0.1"
},
"devDependencies": {
"@signalk/server-api": "^2.7.0",
"@types/express": "^5.0.1",
"@types/mssql": "^9.1.5",
"@types/node": "^22.17.0",
"typescript": "^5.9.3"
}
}