feat: enhance documentation and add project description

This commit is contained in:
Praveen Thirumurugan
2025-10-18 01:25:39 +05:30
parent 6839ae6f6a
commit 55e834161a
2 changed files with 104 additions and 13 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"name": "llm-proxy-server",
"version": "1.0.0",
"description": "A lightweight, production-ready OpenAI-compatible proxy server that seamlessly forwards LLM API requests to any endpoint with comprehensive logging, cost tracking, and PostgreSQL integration. Perfect for monitoring API usage, calculating costs, and maintaining audit trails for your AI applications.",
"main": "proxy.ts",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only proxy.ts",