{
    "name":  "uniner-cli-rpa",
    "version":  "1.0.0",
    "description":  "uniner-cli-rpa — RPA automation CLI with cloud flow publish: browser automation (Playwright/CDP), Excel, OCR, desktop/SAP, crypto/HTTP/email tools. Includes uniner-cloud-flow skill for publishing flows to Uniner Cloud.",
    "keywords":  [
                     "rpa",
                     "automation",
                     "uniner",
                     "playwright",
                     "excel",
                     "ocr",
                     "claude-code",
                     "ai-agent",
                     "cloud-flow",
                     "uniner-cloud"
                 ],
    "homepage":  "https://www.uniner.com/",
    "bugs":  {
                 "url":  "https://www.uniner.com/",
                 "email":  "support@uniner.com"
             },
    "license":  "Proprietary",
    "author":  "Uniner Tech",
    "main":  "lib/paths.js",
    "bin":  {
                "uniner-cli-rpa":  "bin/uniner-cli-rpa.js",
                "uniner-cli-rpa-uninstall":  "bin/uniner-cli-rpa-uninstall.js"
            },
    "scripts":  {
                    "postinstall":   "node scripts/postinstall.js",
                    "preuninstall":  "node scripts/preuninstall.js"
                },
    "engines":  {
                    "node":  ">=14"
                },
    "os":  [
               "win32",
               "darwin",
               "linux"
           ],
    "cpu":  [
                "x64",
                "arm64"
            ],
    "files":  [
                  "bin/",
                  "lib/",
                  "scripts/",
                  "README.md",
                  "LICENSE"
              ]
}