{
  "name": "@publink-ai/cli",
  "version": "1.0.0",
  "description": "售后宝 通用命令行工具，面向人类用户与 AI Agent —— 覆盖 工单、事件、客户、产品、备件、云仓物料、PaaS 应用等核心业务域，提供 80+ 命令与 11 个 Agent Skills",
  "bin": {
    "shb-cli": "scripts/shb-cli.js",
    "shb": "scripts/shb.js"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "files": [
    "bin/",
    "skills/",
    "scripts/shb-cli.js",
    "scripts/shb.js",
    "scripts/_run.js",
    "scripts/postinstall.js",
    "README.md"
  ],
  "keywords": [
    "shb",
    "cli",
    "shb-cli",
    "publink-ai",
    "shb-task"
  ],
  "engines": {
    "node": ">=14.0.0"
  }
}
