UNPKG

sonnen-battery-api

Version:

A Node.js package for interacting with Sonnen's Battery API v2

30 lines (29 loc) 571 B
{ "name": "sonnen-battery-api", "version": "1.0.2", "description": "A Node.js package for interacting with Sonnen's Battery API v2", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/Udhold/SonnenBatteryAPI.git" }, "keywords": [ "sonnen", "battery", "api", "rest" ], "author": "Andrei Negescu", "license": "MIT", "dependencies": { "axios": "^0.24.0" }, "devDependencies": { "chai": "^4.3.8", "mocha": "^10.2.0", "sinon": "^15.2.0" } }