Skip to content

Package Information

This information is automatically extracted from package.json:

json
{
  "name": "@rosepetal/node-red-contrib-message-control",
  "version": "1.0.0",
  "description": "Node-RED runtime plugin that records and exposes the last input and output message seen by every node for easier debugging.",
  "main": "lib/runtime.js",
  "keywords": [
    "node-red",
    "debug",
    "messages",
    "rosepetal"
  ],
  "author": "Rosepetal SL (https://www.rosepetal.ai)",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rosepetal-ai/node-red-contrib-message-control.git"
  },
  "bugs": {
    "url": "https://github.com/rosepetal-ai/node-red-contrib-message-control/issues"
  },
  "homepage": "https://github.com/rosepetal-ai/node-red-contrib-message-control#readme",
  "publishConfig": {
    "access": "public"
  },
  "node-red": {
    "plugins": {
      "rosepetal-message-control": "lib/runtime.js"
    }
  }
}