{
  "name": "@yachteye/signalk-makkah-plugin",
  "version": "1.0.2",
  "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.6.0",
    "@types/node": "^20.10.6"
  }
}