mirror of
https://github.com/romgX/openrelay.git
synced 2026-05-06 13:52:20 +08:00
29 providers (7 IDE + 22 direct API), Anthropic + OpenAI API compatibility, IDE RPC proxy servers, Web dashboard, Free/Pro licensing.
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"name": "openrelay",
|
|
"version": "0.8.3",
|
|
"description": "Multi-provider AI local proxy — extracts auth from locally installed AI desktop apps and exposes a unified HTTP proxy",
|
|
"type": "module",
|
|
"bin": {
|
|
"openrelay": "./dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"sql.js": "^1.14.0"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"LICENSE",
|
|
"README.md",
|
|
"COMMERCIAL-LICENSE.txt"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"license": "MIT"
|
|
}
|