UNPKG

ollama-proxy

Version:

A lightweight proxy server built with Express.js for forwarding requests with ease.

32 lines (31 loc) 616 B
{ "name": "ollama-proxy", "version": "3.0.4", "main": "index.js", "bin": { "ollama-proxy": "index.js" }, "scripts": { "publish": "npm pack && npm -r publish" }, "excluded": [ "node_modules", "package-lock.json", ".git" ], "files": [ "index.js", "README.md" ], "keywords": [ "ollama-proxy" ], "author": "Jubayed Hossain", "license": "MIT", "description": "A lightweight proxy server built with Express.js for forwarding requests with ease.", "dependencies": { "cors": "^2.8.5", "express": "^5.1.0", "http-proxy-middleware": "^3.0.5" } }