{
    "name": "@microsoft/live-share-media",
    "version": "1.4.2",
    "description": "Live Share classes that synchronize media playback across clients.",
    "author": "Microsoft",
    "license": "SEE LICENSE IN LICENSE",
    "main": "./bin/index.js",
    "types": "./bin/index.d.ts",
    "scripts": {
        "clean": "npx shx rm -rf bin",
        "build": "tsc -p tsconfig.build.json",
        "test": "ts-mocha --config ./src/test/.mocharc.js src/**/*.spec.ts --timeout 10000",
        "test:debug": "ts-mocha --config ./src/test/.mocharc.js src/**/*.spec.ts --inspect-brk",
        "test:coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test",
        "test:race": "node ./../live-share/test-for-race-conditions.js"
    },
    "devDependencies": {
        "@microsoft/live-share": "1.4.2",
        "@fluidframework/test-client-utils": "^1.3.6",
        "@fluidframework/test-runtime-utils": "^1.3.6",
        "@fluidframework/test-utils": "^1.3.6",
        "@fluidframework/test-version-utils": "^1.3.6",
        "@types/assert": "^1.5.6",
        "@types/mocha": "^10.0.1",
        "@types/node": "^20.2.3",
        "fluid-framework": "^1.3.6",
        "mocha": "^10.2.0",
        "nyc": "^15.1.0",
        "ts-mocha": "^10.0.0",
        "typescript": "^5.0.4"
    },
    "peerDependencies": {
        "@microsoft/live-share": "1.4.2",
        "fluid-framework": "^1.2.3"
    },
    "repository": {
        "directory": "packages/live-share-media",
        "type": "git",
        "url": "https://github.com/microsoft/live-share-sdk"
    },
    "homepage": "https://aka.ms/teamsliveshare",
    "bugs": {
        "url": "https://github.com/microsoft/live-share-sdk/issues"
    }
}
