Files
llmx/llmx-rs/responses-api-proxy/npm/package.json
Sebastian Krüger 2c0196efd3 chore: rename npm scope from @valknar to @valknarthing
Updated package names across the project:
- @valknar/llmx → @valknarthing/llmx
- @valknar/llmx-sdk → @valknarthing/llmx-sdk
- @valknar/llmx-responses-api-proxy → @valknarthing/llmx-responses-api-proxy

Also updated:
- GitHub repository URLs (valknar → valknarthing)
- GitHub Actions workflow scope configuration
- README installation instructions
2025-11-13 04:59:52 +01:00

22 lines
439 B
JSON

{
"name": "@valknarthing/llmx-responses-api-proxy",
"version": "0.1.0",
"license": "Apache-2.0",
"bin": {
"llmx-responses-api-proxy": "bin/llmx-responses-api-proxy.js"
},
"type": "module",
"engines": {
"node": ">=16"
},
"files": [
"bin",
"vendor"
],
"repository": {
"type": "git",
"url": "git+https://github.com/valknarthing/llmx.git",
"directory": "llmx-rs/responses-api-proxy/npm"
}
}