mirror of
https://github.com/zenlm/helper.git
synced 2026-07-27 06:01:43 +00:00
Thin fork: sets HANZO_BRAND=zen and delegates to @hanzo/helper. Browser device login against zen.id, mints your Zen API key, configures Claude Code / Codex.
28 lines
597 B
JSON
28 lines
597 B
JSON
{
|
|
"name": "@zenlm/helper",
|
|
"version": "1.0.0",
|
|
"description": "Zen CLI helper — sign in to Zen and use its AI models in Claude Code, Codex, and more",
|
|
"type": "module",
|
|
"bin": {
|
|
"zen": "./bin/zen.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"keywords": ["zen", "zenlm", "cli", "ai", "cloud", "mcp"],
|
|
"author": "Zen LM",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zenlm/helper"
|
|
},
|
|
"homepage": "https://zenlm.org",
|
|
"dependencies": {
|
|
"@hanzo/helper": "^1.0.0"
|
|
}
|
|
}
|