@yachteye/signalk-vessel-tracker-plugin
Version:
YachtEye vessel tracker plugin
38 lines • 1.03 kB
JSON
{
"name": "@yachteye/signalk-vessel-tracker-plugin",
"version": "1.0.1",
"description": "YachtEye vessel tracker 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 --dryrun"
},
"files": [
"plugin/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SuperYachtTimes/signalk-vessel-tracker-plugin.git"
},
"keywords": [
"SignalK",
"signalk-node-server-plugin",
"signalk-category-ais",
"YachtEye",
"Tender"
],
"signalk-plugin-enabled-by-default": false,
"signalk": {
"displayName": "YachtEye vessel tracker plugin"
},
"author": "YachtEye B.V. <info@yachteye.com> (https://www.yachteye.com)",
"license": "Apache-2.0",
"homepage": "",
"devDependencies": {
"@signalk/server-api": "^2.3.0",
"@types/node": "^22.10.0"
},
"dependencies": {}
}