{ "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" } } }