{
    "name": "@shuv1337/shuvgrok",
    "version": "1.0.4",
    "description": "ShuvGrok: bring Grok into your terminal",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/shuv1337/grok-build.git"
    },
    "bin": {
        "shuvgrok": "bin/shuvgrok"
    },
    "files": [
        "bin/"
    ],
    "os": [
        "darwin",
        "linux",
        "win32"
    ],
    "cpu": [
        "arm64",
        "x64"
    ],
    "scripts": {
        "postinstall": "node bin/postinstall.js"
    },
    "publishConfig": {
        "access": "public"
    },
    "engines": {
        "node": ">=20"
    },
    "dependencies": {
        "@iarna/toml": "^3.0.0"
    },
    "optionalDependencies": {
        "@shuv1337/shuvgrok-darwin-arm64": "1.0.4",
        "@shuv1337/shuvgrok-darwin-x64": "1.0.4",
        "@shuv1337/shuvgrok-linux-arm64": "1.0.4",
        "@shuv1337/shuvgrok-linux-x64": "1.0.4",
        "@shuv1337/shuvgrok-win32-arm64": "1.0.4",
        "@shuv1337/shuvgrok-win32-x64": "1.0.4"
    }
}
