Create project

This commit is contained in:
2022-09-18 17:16:57 -04:00
commit 783be623a7
5 changed files with 20687 additions and 0 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "NerdFlows",
"description": "Version control for my Node-RED flows",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flows.json",
"credentialsFile": "flows_cred.json"
}
}
}