17 lines
477 B
JSON
17 lines
477 B
JSON
{
|
|
"name": "node-red-project",
|
|
"description": "A Node-RED Project with additional plugins",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"node-red": "3.1.0",
|
|
"install": "^0.13.0",
|
|
"node-red-contrib-influxdb": "^0.6.1",
|
|
"node-red-contrib-watt2kwh": "~0.1.2",
|
|
"node-red-dashboard": "^3.3.1",
|
|
"npm": "^9.5.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node packages/node_modules/node-red/red.js"
|
|
}
|
|
} |