node-red-maciejcloud/package.json
2025-06-09 17:46:14 +02:00

22 lines
513 B
JSON

{
"name": "node-red-contrib-openai-config",
"version": "1.0.0",
"description": "MaciejCloud specific node red nodes",
"main": "openai-config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"openai",
"config"
],
"author": "Maciej Lebiest",
"license": "GPL-3.0",
"node-red": {
"nodes": {
"openai-config": "openai-config.js"
}
},
"dependencies": {}
}