{
  "name": "acp-ws",
  "version": "1.0.8",
  "description": "基于 WebSocket 的智能体通信库，提供智能体身份管理和实时通信功能",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "websocket",
    "agent",
    "communication",
    "typescript",
    "realtime",
    "智能体",
    "通信",
    "WebSocket通信"
  ],
  "author": "yangzhiqiang",
  "license": "MIT",
  "dependencies": {
    "@react-native-async-storage/async-storage": "^2.1.2",
    "axios": "^1.9.0",
    "jsrsasign": "^11.1.0",
    "mitt": "^3.0.1",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/elliptic": "^6.4.18",
    "@types/jsrsasign": "^10.5.15",
    "@types/node": "^22.15.19",
    "@types/node-forge": "^1.3.11",
    "@types/uuid": "^10.0.0",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}