Files
generalFunctions/package.json
znetsixe fda8cb33db updates
2025-06-10 09:52:44 +02:00

20 lines
443 B
JSON

{
"name": "general-functions",
"version": "1.0.0",
"description": "General utility functions used across multiple Node-RED modules",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
},
"keywords": [
"utilities",
"common",
"node-red"
],
"author": "Rene de Ren",
"license": "SEE LICENSE"
}