{
  "name": "realtime-muxer",
  "version": "1.0.1",
  "description": "realtime-muxer - a simple javascript mp4 muxer for non-standard streaming communications protocol",
  "main": "dist/jmuxer.min.js",
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "pro": "NODE_ENV=production rollup -c",
    "lint": "eslint  -c .eslintrc.json ./src/",
    "test": "karma start karma.conf.js"
  },
  "keywords": [
    "h264",
    "raw h264",
    "aac",
    "muxer",
    "mse",
    "adts",
    "player",
    "html5",
    "mp4",
    "rtsp",
    "hls",
    "jmuxer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/samirkumardas/jmuxer.git"
  },
  "author": "Samir Das",
  "devDependencies": {
    "@babel/core": "^7.10.5",
    "@babel/plugin-external-helpers": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@rollup/plugin-babel": "^5.2.1",
    "@rollup/plugin-buble": "^0.21.3",
    "@rollup/plugin-eslint": "^8.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-replace": "^3.0.0",
    "@rollup/pluginutils": "^4.0.0",
    "caniuse-lite": "^1.0.30001223",
    "chai": "^4.2.0",
    "eslint": "^8.2.0",
    "karma": "^6.3.2",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-rollup-preprocessor": "^7.0.5",
    "mocha": "^9.1.3",
    "patch-package": "^6.4.7",
    "path": "^0.12.7",
    "rollup": "^2.59.0",
    "rollup-plugin-terser": "^7.0.2",
    "ws": "^8.2.3"
  }
}
