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>
31 lines
970 B
JSON
31 lines
970 B
JSON
{
|
|
"name": "monster",
|
|
"version": "1.0.5",
|
|
"description": "Control module Monsternamekast",
|
|
"main": "monster.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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.centraal.wbd-rd.nl/RnD/monster.git"
|
|
},
|
|
"keywords": [
|
|
"monster",
|
|
"node-red"
|
|
],
|
|
"author": "R. De Ren / S. Fijnje",
|
|
"license": "SEE LICENSE",
|
|
"dependencies": {
|
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
|
|
},
|
|
"node-red": {
|
|
"nodes": {
|
|
"monster": "monster.js"
|
|
}
|
|
}
|
|
}
|