22 lines
427 B
JSON
22 lines
427 B
JSON
{
|
|
"name": "red-project",
|
|
"description": "A Node-RED Project",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "settings.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fast-xml-parser": "^5.3.2",
|
|
"node-fetch": "^2.7.0",
|
|
"node-red-dashboard": "^3.6.6"
|
|
}
|
|
}
|