{
  "name": "@wxcc-desktop/sdk",
  "version": "3.0.0",
  "license": "ISC",
  "main": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "dependencies": {
    "@babel/runtime": "^7.25.6",
    "@uuip/unified-ui-platform-sdk": "^1.3.28",
    "event-emitter": "^0.3.5",
    "js-cookie": "^3.0.5"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}