Files
helper/package.json
Hanzo Dev 84c674c013 @luxfi/helper — Lux-branded build of @hanzo/helper
Thin fork: sets HANZO_BRAND=lux and delegates to @hanzo/helper. Browser device
login against lux.id, mints your Lux API key, configures Claude Code / Codex.
2026-06-29 15:12:10 -07:00

28 lines
598 B
JSON

{
"name": "@luxfi/helper",
"version": "1.0.0",
"description": "Lux CLI helper — sign in to Lux and use its AI models in Claude Code, Codex, and more",
"type": "module",
"bin": {
"lux": "./bin/lux.js"
},
"files": [
"bin",
"README.md"
],
"engines": {
"node": ">=22.0.0"
},
"keywords": ["lux", "cli", "ai", "cloud", "mcp"],
"author": "Lux Industries",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/luxfi/helper"
},
"homepage": "https://lux.network",
"dependencies": {
"@hanzo/helper": "^1.0.0"
}
}