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
1008 B
JSON
31 lines
1008 B
JSON
{
|
|
"name": "rotatingMachine",
|
|
"version": "1.0.3",
|
|
"description": "Control module rotatingMachine",
|
|
"main": "rotatingMachine.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/rotatingMachine.git"
|
|
},
|
|
"keywords": [
|
|
"rotatingMachine",
|
|
"node-red"
|
|
],
|
|
"author": "Rene De Ren",
|
|
"license": "SEE LICENSE",
|
|
"dependencies": {
|
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
|
|
},
|
|
"node-red": {
|
|
"nodes": {
|
|
"rotatingMachine": "rotatingMachine.js"
|
|
}
|
|
}
|
|
}
|