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