{
  "name": "voice9",
  "version": "3.1.0",
  "description": "Voice9 WebRTC SDK for browser-based call center agent communication. Pure front-end WebRTC/SIP SDK, supports phone call, transfer, conference, monitor/coach/barge, DTMF, audio/video and more.",
  "main": "lib/voice9.sdk.min.js",
  "unpkg": "lib/voice9.sdk.min.js",
  "jsdelivr": "lib/voice9.sdk.min.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "voice9",
    "webrtc",
    "sip",
    "call-center",
    "callcenter",
    "agent",
    "voip",
    "realtime"
  ],
  "author": "voice9 <caoliang1918@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://codeup.aliyun.com/5f8e962693de7825187236ef/voice9/voice9-sdk"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^1.0.0",
    "rollup": "^4.62.4"
  }
}
