{
    "name": "@spikewang/grok-cli",
    "version": "0.1.225",
    "description": "Grok coding agent CLI fork (command: grok-cli; does not replace official grok)",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/happyfeetw/grok-cli.git"
    },
    "homepage": "https://github.com/happyfeetw/grok-cli#readme",
    "bugs": {
        "url": "https://github.com/happyfeetw/grok-cli/issues"
    },
    "bin": {
        "grok-cli": "bin/grok-cli"
    },
    "files": [
        "bin/"
    ],
    "os": [
        "darwin"
    ],
    "cpu": [
        "arm64",
        "x64"
    ],
    "scripts": {
        "postinstall": "node bin/postinstall.js"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "engines": {
        "node": ">=18"
    },
    "optionalDependencies": {
        "@spikewang/grok-cli-darwin-arm64": "0.1.225",
        "@spikewang/grok-cli-darwin-x64": "0.1.225"
    },
    "keywords": [
        "grok",
        "cli",
        "xai",
        "coding-agent"
    ]
}
