Files
generalFunctions/package.json
znetsixe 27a6d3c709 updates
2026-03-11 11:13:05 +01:00

36 lines
978 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",
"./helper": "./src/helper/index.js",
"./state": "./src/state/index.js",
"./predict": "./src/predict/index.js",
"./pid": "./src/pid/index.js",
"./nrmse": "./src/nrmse/index.js",
"./outliers": "./src/outliers/index.js"
},
"scripts": {
"test": "node --test test/*.test.js src/nrmse/errorMetric.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"
}