{
    "name": "@fix-webm-duration/fix",
    "description": "navigator.mediaDevices.getUserMedia + MediaRecorder create WEBM files without duration metadata. This library appends missing metadata section right to the file blob.",
    "version": "1.0.1",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/yusitnikov/fix-webm-duration.git"
    },
    "keywords": [],
    "author": "Yuri Sitnikov <https://github.com/yusitnikov>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/yusitnikov/fix-webm-duration/issues"
    },
    "homepage": "https://github.com/yusitnikov/fix-webm-duration/tree/master/packages/fix",
    "dependencies": {
        "tslib": "^2.3.0",
        "@fix-webm-duration/parser": "1.0.1"
    },
    "type": "commonjs",
    "main": "./src/index.js",
    "typings": "./src/index.d.ts"
}
