{ "name": "olp", "version": "0.2.0", "description": "Personal multi-provider LLM proxy. Successor to OCP. One HTTP endpoint, multiple subscriptions behind it, automatic routing + fallback + caching.", "type": "module", "main": "server.mjs", "bin": { "olp-keys": "./bin/olp-keys.mjs", "olp-audit-rotate": "./bin/olp-audit-rotate.mjs" }, "scripts": { "start": "node server.mjs", "test": "node test-features.mjs", "olp-keys": "node bin/olp-keys.mjs", "olp-audit-rotate": "node bin/olp-audit-rotate.mjs" }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/dtzp555-max/olp.git" }, "license": "MIT", "private": true, "keywords": [ "llm", "proxy", "multi-provider", "anthropic", "openai", "mistral", "fallback", "cache" ] }