{
  "name": "trtc-electron-plugin-xmagic",
  "version": "1.0.3",
  "description": "This is a plugin used to integrate Tencent Effect SDK into Tencent TRTC Electron SDK.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "dev": "rollup -c -w rollup.config.js",
    "install": "npm run download",
    "download": "node ./scripts/download.cjs",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Tencent",
    "TRTC",
    "Electron",
    "XMagic",
    "real-time communication"
  ],
  "author": "Tencent TRTC",
  "license": "ISC",
  "files": [
    "dist",
    "scripts/download.cjs",
    "README.md",
    "package.json"
  ],
  "dependencies": {
    "download": "^8.0.0",
    "hpagent": "^1.2.0",
    "rimraf": "^3.0.2",
    "semver": "^7.6.2",
    "signale": "^1.4.0"
  },
  "peerDependencies": {
    "electron": ">=11.5.0",
    "trtc-electron-sdk": "*"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^23.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "http-cache-semantics": "^4.1.1",
    "rollup": "^2.79.2"
  }
}
