Files
openrelay/package.json
romgX b05d49ffc8 Initial release v0.8.3
29 providers (7 IDE + 22 direct API), Anthropic + OpenAI API compatibility,
IDE RPC proxy servers, Web dashboard, Free/Pro licensing.
2026-03-07 21:22:22 +08:00

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"
}