Package Information
This information is automatically extracted from package.json:
json
{
"name": "@rosepetal/node-red-contrib-rosepetal-python-executor",
"version": "1.0.0",
"description": "A Node-RED node for executing Python code, similar to the function node but for Python",
"main": "nodes/python-executor.js",
"keywords": [
"node-red",
"python",
"executor",
"function",
"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-rosepetal-python-executor.git"
},
"bugs": {
"url": "https://github.com/rosepetal-ai/node-red-contrib-rosepetal-python-executor/issues"
},
"homepage": "https://github.com/rosepetal-ai/node-red-contrib-rosepetal-python-executor#readme",
"publishConfig": {
"access": "public"
},
"node-red": {
"nodes": {
"python-executor": "nodes/python-executor.js"
}
},
"dependencies": {},
"engines": {
"node": ">=14.0.0"
}
}