2025-06-10 09:52:44 +02:00
|
|
|
{
|
2025-09-16 12:10:41 +02:00
|
|
|
"name": "generalfunctions",
|
2025-06-10 09:52:44 +02:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "General utility functions used across multiple Node-RED modules",
|
2025-06-10 12:36:39 +02:00
|
|
|
"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"
|
|
|
|
|
},
|
|
|
|
|
|
2025-06-10 09:52:44 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "node test.js"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-09-16 12:10:41 +02:00
|
|
|
"url": "https://gitea.centraal.wbd-rd.nl/RnD/generalfunctions.git"
|
2025-06-10 09:52:44 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"utilities",
|
|
|
|
|
"common",
|
|
|
|
|
"node-red"
|
|
|
|
|
],
|
|
|
|
|
"author": "Rene de Ren",
|
|
|
|
|
"license": "SEE LICENSE"
|
|
|
|
|
}
|