@nagisa~/node-red-dsmr
Version:
A node to give some structure to a stream of DSMR data
40 lines (39 loc) • 959 B
JSON
{
"name": "@nagisa~/node-red-dsmr",
"version": "1.0.3",
"description": "A node to give some structure to a stream of DSMR data",
"node-red": {
"nodes": {
"dsmr": "./dist/nodes/dsmr.js"
}
},
"scripts": {
"prepare": "tsc src/nodes/dsmr.ts --outDir dist/nodes -d && ./node_modules/rollup/dist/bin/rollup -c rollup.js --bundleConfigAsCjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nagisa/node-red-dsmr.git"
},
"homepage": "https://github.com/nagisa/node-red-dsmr",
"keywords": [
"node-red",
"dsmr"
],
"author": "Simonas Kazlauskas <node-red-dsmr@kazlauskas.me>",
"files": [
"dist",
"examples"
],
"license": "ISC",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@types/node-red": "^1.3.4",
"glob": "^10.3.10",
"rollup": "^4.12.0",
"tslib": "^2.6.2",
"node-red-dev": "^0.1.6"
},
"dependencies": {
"crc": "^4.3.2"
}
}