{
	"name": "agora-fls-sdk",
	"version": "0.2.9",
	"description": "agora live streaming player for web",
	"main": "fls.js",
	"types": "fls_en.d.ts",
	"declaration": true,
	"author": "Agora WebRTC Team",
	"keywords": [
		"WebRTC",
		"HLS",
		"fls.js"
	],
	"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",
	"exports": {
		".": {
			"types": "./fls_en.d.ts",
			"default": "./fls.js"
		},
		"./esm": {
			"types": "./esm/fls_en.d.ts",
			"default": "./esm/fls.esm-bundler.mjs"
		},
		"./modules/hls": {
			"types": "./modules/hls/index.d.ts",
			"default": "./modules/hls/index.js"
		}
	},
	"dependencies": {
		"hls.js": "^1.5.8",
		"@types/ua-parser-js": "^0.7.36",
		"sdp-parser2": "1.6.3",
		"agora-rtc-sdk-ng": "4.24.0"
	}
}