{
    "name": "@cc-claw/code",
    "version": "0.6.43",
    "description": "cc-code — Terminal coding agent powered by open-source models — Rust-built, Claude Code compatible",
    "keywords": [
        "agent",
        "coding",
        "terminal",
        "rust",
        "llm",
        "claude-code"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cc-claws/cc-code.git"
    },
    "homepage": "https://github.com/cc-claws/cc-code",
    "bugs": {
        "url": "https://github.com/cc-claws/cc-code/issues"
    },
    "license": "Apache-2.0",
    "bin": {
        "cc-code": "bin/cc-code"
    },
    "scripts": {
        "postinstall": "node install.js"
    },
    "os": [
        "linux",
        "darwin",
        "win32"
    ],
    "cpu": [
        "x64",
        "arm64"
    ],
    "engines": {
        "node": ">=16"
    },
    "dependencies": {
        "adm-zip": "^0.5.16"
    }
}
