feat: update package.json with project metadata and keywords

This commit is contained in:
Praveen Thirumurugan
2025-10-18 01:30:54 +05:30
parent 55e834161a
commit 07fad4ec4d
5 changed files with 382 additions and 0 deletions
+21
View File
@@ -8,6 +8,27 @@
"start": "node dist/proxy.js",
"build": "tsc"
},
"keywords": [
"llm",
"proxy",
"openai",
"api",
"logging",
"cost-tracking",
"postgresql",
"monitoring",
"audit"
],
"author": "LLM Proxy Server Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/praveentcom/llm-proxy-server.git"
},
"bugs": {
"url": "https://github.com/praveentcom/llm-proxy-server/issues"
},
"homepage": "https://github.com/praveentcom/llm-proxy-server#readme",
"devDependencies": {
"@types/node": "^24.8.1",
"@types/pg": "^8.15.5",