@inductiv/node-red-openai-api
Version:
Enhance your Node-RED projects with advanced AI capabilities.
62 lines (61 loc) • 2.31 kB
JSON
{
"name": "@inductiv/node-red-openai-api",
"version": "6.40.0",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/allanbunch"
},
"description": "Enhance your Node-RED projects with advanced AI capabilities.",
"main": "node.js",
"engines": {
"node": ">=18.0.0"
},
"node-red": {
"version": ">=3.0.0",
"nodes": {
"openai": "node.js"
}
},
"keywords": [
"node-red",
"openai",
"ai",
"openai-api",
"llm",
"responses-api",
"realtime-api",
"chatkit",
"agent-builder",
"node-red-contrib"
],
"scripts": {
"build:html": "gulp build-html",
"build:js": "esbuild src/lib.js --bundle --outfile=lib.js --format=cjs --platform=node",
"build": "npm run build:html && npm run build:js",
"test:service-host": "node --test test/service-host-node.test.js test/service-host-editor-template.test.js test/openai-node-auth-routing.test.js",
"test:methods": "node --test test/openai-methods-mapping.test.js",
"test:images": "node --test test/images-v637-parity.test.js",
"test:responses": "node --test test/responses-docs-parity.test.js test/openai-responses-websocket.test.js",
"test:docs": "node --test test/chat-docs-parity.test.js test/audio-docs-parity.test.js test/batch-docs-parity.test.js test/conversations-docs-parity.test.js",
"test:examples": "node --test test/chatkit-docs-examples.test.js test/videos-docs-examples.test.js test/admin-docs-examples.test.js test/examples-service-host-neutrality.test.js",
"test:parity": "node --test test/comparison-filter-parity.test.js test/vector-store-family-parity.test.js test/model-slug-parity.test.js test/defer-loading-parity.test.js",
"test": "npm run test:service-host && npm run test:methods && npm run test:images && npm run test:responses && npm run test:docs && npm run test:examples && npm run test:parity",
"prepare": "npm run build"
},
"dependencies": {
"openai": "6.40.0",
"ws": "^8.19.0"
},
"author": "Allan Bunch",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/allanbunch/node-red-openai-api.git"
},
"devDependencies": {
"@cucumber/cucumber": "^12.8.0",
"esbuild": "^0.28.1",
"gulp": "^5.0.1",
"gulp-file-include": "^2.3.0"
}
}