UNPKG

keba_gsi_obis

Version:

OBIS Code Handling for GSI (GrünstromIndex) with KEBA P30 Connect Wallbox

35 lines (34 loc) 736 B
{ "name": "keba_gsi_obis", "version": "1.0.2", "description": "OBIS Code Handling for GSI (GrünstromIndex) with KEBA P30 Connect Wallbox", "keywords": [ "keba", "gsi", "blockchain", "corrently", "p30", "obis", "energy" ], "homepage": "https://github.com/energychain/keba_p30_gsi_obis#readme", "bugs": { "url": "https://github.com/energychain/keba_p30_gsi_obis/issues" }, "license": "ISC", "main": "lib/gsi_kebap30.js", "bin": { "gsi-keba": "./index.js" }, "repository": { "type": "git", "url": "git+https://github.com/energychain/keba_p30_gsi_obis.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "dotenv": "^7.0.0", "request": "^2.88.0" } }