Auto-generated topic-contract + data-model sections via shared wikiGen script. Hand-written Mermaid diagrams for position-in-platform, code map, child registration, lifecycle, configuration, state chart (where applicable). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "reactor",
|
|
"version": "0.0.1",
|
|
"description": "Implementation of the asm3 model for Node-Red",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.centraal.wbd-rd.nl/RnD/reactor.git"
|
|
},
|
|
"keywords": [
|
|
"asm3",
|
|
"activated sludge",
|
|
"wastewater",
|
|
"biological model",
|
|
"node-red"
|
|
],
|
|
"license": "SEE LICENSE",
|
|
"author": "P.R. van der Wilt",
|
|
"main": "reactor.js",
|
|
"scripts": {
|
|
"test": "node --test test/basic/*.test.js test/integration/*.test.js test/edge/*.test.js",
|
|
"wiki:contract": "node ../generalFunctions/scripts/wikiGen.js contract ./src/commands/index.js --write ./wiki/Home.md",
|
|
"wiki:datamodel": "node ../generalFunctions/scripts/wikiGen.js datamodel ./src/specificClass.js --write ./wiki/Home.md",
|
|
"wiki:all": "npm run wiki:contract && npm run wiki:datamodel"
|
|
},
|
|
"node-red": {
|
|
"nodes": {
|
|
"reactor": "reactor.js",
|
|
"recirculation-pump": "additional_nodes/recirculation-pump.js",
|
|
"settling-basin": "additional_nodes/settling-basin.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
|
"mathjs": "^14.5.2"
|
|
}
|
|
}
|