@devalexdom/victron-vedirect-pnp
Version:
A plug and play way to easily read data from your connected Victron VE.Direct devices
49 lines (48 loc) • 1.23 kB
JSON
{
"name": "@devalexdom/victron-vedirect-pnp",
"version": "0.1.0",
"description": "A plug and play way to easily read data from your connected Victron VE.Direct devices",
"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/nodejs-vedirect-pnp/tree/master"
},
"keywords": [
"victron",
"vedirect",
"mppt",
"bmv",
"inverter",
"raspberry",
"linux",
"nodejs"
],
"author": "Àlex Domínguez",
"license": "MIT",
"bugs": {
"url": "https://github.com/devalexdom/nodejs-vedirect-pnp/issues"
},
"homepage": "https://github.com/devalexdom/nodejs-vedirect-pnp#readme",
"dependencies": {
"@serialport/parser-readline": "^9.2.4",
"@types/node": "^17.0.10",
"@types/serialport": "^8.0.2",
"serialport": "^9.2.8",
"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"
}
}