@yachteye/signalk-makkah-plugin
Version:
Add Salah and Sun times to the SignalK graph
43 lines (42 loc) • 1.15 kB
JSON
{
"name": "@yachteye/signalk-makkah-plugin",
"version": "1.0.3",
"description": "Add Salah and Sun times to the SignalK graph",
"main": "plugin/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"push": "npm run build && npm publish --access public",
"push-test": "npm run build && npm publish --access public --dry-run"
},
"files": [
"plugin/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SuperYachtTimes/signalk-makkah-plugin.git"
},
"keywords": [
"SignalK",
"signalk-node-server-plugin",
"salah-times",
"prayer-times",
"sun-times",
"YachtEye"
],
"signalk-plugin-enabled-by-default": false,
"signalk": {
"displayName": "Salah and Sun data for the SignalK graph"
},
"author": "YachtEye B.V. <info@yachteye.com> (https://www.yachteye.com)",
"license": "Apache-2.0",
"bugs": {},
"homepage": "",
"devDependencies": {
"@signalk/server-api": "^2.7.0",
"@types/node": "^20.19.0"
},
"dependencies": {
"nmea0183-utilities": "^0.3.3"
}
}