Package Information
This information is automatically extracted from package.json:
json
{
"name": "@rosepetal/node-red-contrib-async-function",
"version": "1.1.0",
"description": "A Node-RED function node that runs code in worker threads to keep your flows responsive",
"repository": {
"type": "git",
"url": "git+https://github.com/rosepetal-ai/node-red-contrib-async-function.git"
},
"keywords": [
"node-red",
"function",
"worker-function",
"worker-threads",
"non-blocking",
"performance",
"rosepetal"
],
"author": "Rosepetal SL (https://www.rosepetal.ai)",
"contributors": [
{
"name": "Nil Allue",
"email": "nil.allue@rosepetal.ai"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rosepetal-ai/node-red-contrib-async-function/issues"
},
"homepage": "https://github.com/rosepetal-ai/node-red-contrib-async-function#readme",
"engines": {
"node": ">=18.0.0"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"worker-function": "nodes/worker-function.js"
}
},
"dependencies": {}
}