{
  "name": "jmuxer",
  "version": "2.1.0",
  "description": "jMuxer - a simple javascript mp4 muxer for non-standard streaming communications protocol",
  "main": "dist/jmuxer.min.js",
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "server": "cd example && nodemon server.mjs",
    "dev": "concurrently --names \"BUILD,SERVER\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run watch\" \"npm run server\"",
    "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/eslint-parser": "^7.25.1",
    "@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",
    "concurrently": "^9.2.1",
    "eslint": "^8.2.0",
    "express": "^5.1.0",
    "express-ws": "^5.0.2",
    "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": "^11.7.2",
    "msgpack-lite": "^0.1.26",
    "nodemon": "^3.1.10",
    "path": "^0.12.7",
    "rollup": "^2.59.0",
    "rollup-plugin-terser": "^7.0.2"
  }
}
