{
  "name": "yirtc-sdk-web",
  "version": "1.2.6",
  "description": "基于WebRTC的实时音视频SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "webrtc",
    "rtc",
    "video",
    "audio",
    "streaming",
    "signaling",
    "room-management"
  ],
  "author": "jiafa",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": ""
  },
  "dependencies": {
    "socket.io-client": "^4.8.1"
  },
  "devDependencies": {
    "@types/node": "^24.0.10",
    "typescript": "^4.5.5"
  }
}
