@signalk/resources-provider
Version:
Resources provider plugin for Signal K server.
54 lines (53 loc) • 1.72 kB
JSON
{
"name": "@signalk/resources-provider",
"version": "1.3.2",
"description": "Resources provider plugin for Signal K server.",
"main": "plugin/index.js",
"keywords": [
"signalk-node-server-plugin",
"signalk-category-utility",
"signalk",
"resources",
"routes",
"waypoints",
"regions",
"notes"
],
"repository": "git+https://github.com/SignalK/signalk-server.git",
"author": "AdrianP",
"contributors": [
{
"name": "panaaj@hotmail.com"
}
],
"license": "Apache-20",
"scripts": {
"build": "tsc",
"build-declaration": "tsc --declaration --allowJs false",
"watch": "npm run build -- -w",
"prettier": "prettier -w src/",
"lint": "eslint --ext .ts --ext .js --fix src/",
"format": "npm run prettier && npm run lint",
"ci-lint": "eslint --ext .ts --ext .js src/ && prettier --check src/",
"prepublishOnly": "npm run build && npm run build-declaration",
"test": "npm run build && npm run build-declaration && npm run ci-lint"
},
"dependencies": {
"@signalk/server-api": "^2.5.0",
"geojson-validation": "^0.2.0",
"geolib": "^3.3.3",
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@signalk/server-api": "^2.1.0",
"@types/express": "^4.17.6",
"@types/ngeohash": "^0.6.4",
"@types/node-fetch": "^2.5.6",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"prettier": "^2.8.4",
"typescript": "^4.5.4"
},
"signalk-plugin-enabled-by-default": true
}