fix: rename bin command to match package name for npx

This commit is contained in:
Badri Narayanan S
2025-12-26 00:18:20 +05:30
parent 6eca4ed792
commit e8bfc7ea04
2 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"main": "src/index.js",
"type": "module",
"bin": {
"antigravity-proxy": "bin/cli.js"
"antigravity-claude-proxy": "bin/cli.js"
},
"files": [
"src",