jiuyiUniapp/jiuyi2/node_modules/@agora-js/shared/package.json

28 lines
684 B
JSON

{
"name": "@agora-js/shared",
"version": "4.22.1",
"description": "internal utils shared across @agora-js packages",
"main": "AgoraRTC_N-shared.js",
"module": "AgoraRTC_N-shared.esm.mjs",
"types": "rtc-sdk-shared_en.d.ts",
"declaration": true,
"author": "Agora WebRTC Team",
"keywords": [
"WebRTC",
"agora-js",
"agora-js/shared"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AgoraIO/agora-rtc-web.git"
},
"bugs": {
"url": "https://github.com/AgoraIO/agora-rtc-web/issues"
},
"homepage": "https://api-ref.agora.io/en/voice-sdk/web/4.x/index.html",
"dependencies": {
"axios": "^1.7.7",
"ua-parser-js": "^0.7.34"
}
}