﻿{
    "name":  "@yixiaoermail/cli",
    "version":  "3.2.1",
    "description":  "Yixiaoer CLI packaged for npm global installation",
    "bin":  {
                "yxer":  "bin/yxer.js"
            },
    "scripts":  {
                    "postinstall":  "node bin/postinstall.js",
                    "test":  "node --test ../test/npm/*.test.js"
                },
    "files":  [
                  "bin",
                  "dist",
                  "references",
                  "schemas",
                  "skills",
                  "README.md"
              ],
    "keywords":  [
                     "yixiaoer",
                     "yxer",
                     "cli"
                 ],
    "license":  "UNLICENSED",
    "engines":  {
                    "node":  "\u003e=18"
                }
}
