UNPKG

victron-vrm-api

Version:
40 lines (39 loc) 808 B
{ "name": "victron-vrm-api", "version": "0.2.8", "description": "Interface with the Victron Energy VRM API", "main": "index.js", "scripts": { "test": "standard --fix" }, "keywords": [ "node-red", "victron", "vrm", "api" ], "author": "Dirk-Jan Faber <dfaber@victronenergy.com>", "license": "MIT", "node-red": { "nodes": { "config-vrm-api": "./src/nodes/config-vrm-api.js", "vrm-api": "./src/nodes/vrm-api.js" }, "version": ">=3.0.2" }, "repository": { "type": "git", "url": "https://github.com/dirkjanfaber/victron-vrm-api" }, "dependencies": { "axios": "^1.4.0", "axios-curlirize": "^1.3.7", "path": "^0.12.7" }, "devDependencies": { "standard": "^17.1.0" }, "engines": { "node": ">=14.17.4" } }