23 lines
523 B
JSON
23 lines
523 B
JSON
|
{
|
||
|
"name": "node-red-contrib-openai-config",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A configuration node for OpenAI-like API URL and token",
|
||
|
"main": "openai-config.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"node-red",
|
||
|
"openai",
|
||
|
"config"
|
||
|
],
|
||
|
"author": "Your Name",
|
||
|
"license": "MIT",
|
||
|
"node-red": {
|
||
|
"nodes": {
|
||
|
"openai-config": "openai-config.js"
|
||
|
}
|
||
|
},
|
||
|
"dependencies": {}
|
||
|
}
|