mirror of
https://github.com/praveentcom/openproxy.git
synced 2026-06-13 01:47:47 +02:00
feat: update package.json with project metadata and keywords
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user