22 lines
513 B
JSON
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": {}
|
|
}
|