@yachteye/signalk-weather-plugin
Version:
YachtEye open-weather plugin
42 lines (41 loc) • 1.12 kB
JSON
{
"name": "@yachteye/signalk-weather-plugin",
"version": "1.0.1",
"description": "YachtEye open-weather plugin",
"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/*",
"public/openApi.json"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SuperYachtTimes/signalk-ye-weather-plugin.git"
},
"keywords": [
"SignalK",
"signalk-node-server-plugin",
"signalk-category-weather",
"YachtEye",
"OpenWeather"
],
"signalk-plugin-enabled-by-default": false,
"signalk": {
"displayName": "YachtEye open-weather plugin"
},
"author": "YachtEye B.V. <info@yachteye.com> (https://www.yachteye.com)",
"license": "Apache-2.0",
"devDependencies": {
"@signalk/server-api": "^2.6.0",
"@types/node": "^22.10.0"
},
"dependencies": {
"@signalk/nmea0183-utilities": "^0.8.1",
"@types/express": "^5.0.0"
}
}