Files
generalFunctions/package.json
2025-06-10 12:36:39 +02:00

29 lines
691 B
JSON

{
"name": "generalFunctions",
"version": "1.0.0",
"description": "General utility functions used across multiple Node-RED modules",
"main": "./index.js",
"exports": {
".": "./index.js",
"./menuUtils": "./src/helper/menuUtils.js",
"./mathUtils": "./src/helper/mathUtils.js",
"./assetUtils": "./src/helper/assetUtils.js",
"./outputUtils": "./src/helper/outputUtils.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"
}