{
    "name": "@sokeai/cli",
    "version": "1.0.66",
    "description": "授客AI官方CLI工具 - 支持AI Agent Skills",
    "bin": {
        "soke-cli": "scripts/run.js"
    },
    "scripts": {
        "postinstall": "node scripts/install.js",
        "build": "./scripts/build-binaries.sh",
        "release": "./scripts/release.sh"
    },
    "files": [
        "scripts/",
        "skills/"
    ],
    "homepage": "https://github.com/sokeai/soke-cli#readme",
    "repository": {
        "type": "git",
        "url": "https://github.com/sokeai/soke-cli.git"
    },
    "keywords": [
        "soke",
        "cli",
        "授客AI",
        "shouke",
        "command-line",
        "ai-agent",
        "skills",
        "claude-code"
    ],
    "author": "授客AI",
    "license": "MIT",
    "engines": {
        "node": ">=14.0.0"
    }
}
