UNPKG

@devalexdom/axpert-interface

Version:

An interface in TypeScript to communicate with Voltronic/Axpert inverters, read and configure parameters in an easy and stable way under Node.JS

46 lines (45 loc) 1.21 kB
{ "name": "@devalexdom/axpert-interface", "version": "0.0.2", "description": "An interface in TypeScript to communicate with Voltronic/Axpert inverters, read and configure parameters in an easy and stable way under Node.JS", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/devalexdom/axpert-interface/tree/master" }, "keywords": [ "victron", "vedirect", "mppt", "bmv", "inverter", "raspberry", "linux", "nodejs" ], "author": "Àlex Domínguez", "license": "MIT", "bugs": { "url": "https://github.com/devalexdom/axpert-interface/issues" }, "homepage": "https://github.com/devalexdom/axpert-interface#readme", "dependencies": { "@types/node": "^17.0.10", "typescript": "^4.3.5" }, "devDependencies": { "@babel/core": "^7.14.8", "@rollup/plugin-babel": "^5.3.0", "rollup": "^2.55.1", "rollup-plugin-typescript2": "^0.31.1" } }