Skip to content

Package Information

This information is automatically extracted from package.json:

json
{
  "name": "node-red-contrib-rosepetal-python-executor",
  "version": "1.0.0",
  "description": "A Node-RED node for executing Python code with high performance and syntax highlighting",
  "keywords": [
    "node-red",
    "python",
    "executor",
    "code",
    "rosepetal"
  ],
  "author": {
    "name": "Jordi",
    "email": ""
  },
  "license": "MIT",
  "node-red": {
    "version": ">=2.0.0",
    "nodes": {
      "python-executor": "python-executor.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/node-red-contrib-rosepetal-python-executor.git"
  },
  "scripts": {
    "test": "mocha 'test/**/*_spec.js'"
  },
  "dependencies": {
    "msgpack-lite": "^0.1.26"
  },
  "devDependencies": {
    "mocha": "^10.0.0",
    "node-red": "^3.0.0",
    "node-red-node-test-helper": "^0.3.0"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}