Files
helper/package.json
Hanzo Dev 41fccd46d0 @zooai/helper — Zoo-branded build of @hanzo/helper
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.
2026-06-29 15:12:21 -07:00

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"
}
}