UNPKG

node-red-contrib-ray-serve

Version:
52 lines (51 loc) 957 B
{ "name": "node-red-contrib-ray-serve", "version": "0.0.2", "description": "Deploy Ray Serve applications from Node-RED", "main": "lib/ray.js", "scripts": {}, "node-red": { "nodes": { "ray serve": "lib/ray.js" } }, "repository": { "type": "git", "url": "git+https://github.com/beasteers/node-red-contrib-ray-serve.git" }, "keywords": [ "node-red", "ray", "serve", "kuberay", "python", "actor", "deployment", "remote", "job", "horizontal", "scalable", "replicas", "machine-learning", "ml", "ai", "model", "http", "request", "application", "gpu", "cpu", "multicore", "cluster" ], "author": "beasteers", "license": "MIT", "homepage": "https://github.com/beasteers/node-red-contrib-ray-serve", "devDependencies": { "node-red": "^3.1.3" }, "dependencies": { "axios": "^1.6.1", "jszip": "^3.10.1" } }