Skip to content

Package Information

This information is automatically extracted from package.json:

json
{
  "name": "@rosepetal/node-red-contrib-serialport",
  "version": "1.0.0-alpha.2",
  "description": "Node-RED serial nodes with NATS-backed debug telemetry for Rosepetal deployments.",
  "main": "nodes/serial.js",
  "scripts": {
    "test": "echo \"No automated tests configured\""
  },
  "publishConfig": {
    "registry": "https://europe-southwest1-npm.pkg.dev/rosepetal-artifact/private-node-packages/"
  },
  "keywords": [
    "node-red",
    "serialport",
    "nats",
    "automation",
    "debug"
  ],
  "node-red": {
    "nodes": {
      "rosepetal-serial": "nodes/serial.js"
    }
  },
  "rosepetal": {
    "dockerImages": [
      {
        "path": "node-red-serialport/serial-engine"
      }
    ]
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "nats": "^2.18.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}