{
	"name": "@agora-js/shared",
	"version": "4.21.0",
	"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.6.8",
		"ua-parser-js": "^0.7.34"
	}
}