signalk-push-notifications
Version:
signalk-node-server plugin that pushes SignalK notifications to WilhelmSK
32 lines (31 loc) • 788 B
JSON
{
"name": "signalk-push-notifications",
"version": "2.3.3",
"description": "signalk-node-server plugin that pushes SignalK notifications to WilhelmSK",
"main": "index.js",
"scripts": {
"test": "$NODE $npm_package_main"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-category-notifications"
],
"author": {
"name": "Scott Bender",
"email": "scott@scottbender.net"
},
"license": "ISC",
"dependencies": {
"@aws-sdk/client-lambda": "^3.670.0",
"@aws-sdk/client-s3": "^3.651.1",
"@aws-sdk/client-sns": "^3.651.1",
"baconjs": "^0.7.88",
"lodash": "^4.17.4",
"request": "^2.88.2",
"split": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/sbender9/signalk-push-notifications"
}
}