signalk-openweather-provider
Version:
OpenWeather provider plugin for Signal K Server
48 lines (47 loc) • 1.3 kB
JSON
{
"name": "signalk-openweather-provider",
"version": "1.0.2",
"description": "OpenWeather provider plugin for Signal K Server",
"main": "plugin/index.js",
"scripts": {
"build": "tsc",
"build-declaration": "tsc --declaration --allowJs false",
"watch": "npm run build -- -w",
"start": "npm run watch",
"prepublishOnly": "tsc",
"prettier": "prettier -w src/",
"lint": "eslint -c .eslintrc.js --ext .ts --ext .js --fix src/",
"format": "npm run prettier && npm run lint"
},
"license": "Apache-2.0",
"keywords": [
"signalk",
"signalk-node-server-plugin",
"signalk-category-weather"
],
"author": {
"name": "AdrianP"
},
"dependencies": {
"@signalk/server-api": "^2.3.0",
"geolib": "^3.3.4",
"ngeohash": "^0.6.3",
"tslib": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/panaaj/signalk-openweather-provider"
},
"devDependencies": {
"@types/baconjs": "^0.7.34",
"@types/express": "^4.17.17",
"@types/ngeohash": "^0.6.8",
"@types/node": "^18.14.4",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.2",
"prettier": "^2.8.4",
"typescript": "^4.5.4"
}
}