{
    "name": "@salutejs/jazz-sdk-web",
    "version": "25.63.5",
    "description": "Jazz SDK for web applications",
    "private": false,
    "publishConfig": {
        "access": "public"
    },
    "main": "dist/index.js",
    "module": "dist/index.esm.js",
    "types": "dist/index.d.ts",
    "license": "SEE IN FILE LICENSE",
    "peerDependencies": {
        "immer": ">=9.0.0",
        "rx-effects": ">=1.1.0",
        "rxjs": ">=7.0.0",
        "ditox": ">=2.4.0",
        "nrgy": ">=0.0.43"
    },
    "keywords": [
        "conferences",
        "video",
        "audio",
        "jazz",
        "meeting",
        "sdk"
    ],
    "files": [
        "dist",
        "LICENSE",
        "README.md"
    ]
}