{
  "name": "mediasoup-aes256",
  "version": "3.10.4",
  "description": "Cutting Edge WebRTC Video Conferencing",
  "contributors": [
    "Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
    "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
    "Nazar Mokynskyi (https://github.com/nazar-pc)"
  ],
  "homepage": "https://mediasoup.org",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/versatica/mediasoup.git"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mediasoup"
  },
  "main": "node/lib/index.js",
  "types": "node/lib/index.d.ts",
  "files": [
    "node/lib",
    "worker/deps/libwebrtc",
    "worker/fuzzer/include",
    "worker/fuzzer/src",
    "worker/include",
    "worker/scripts/*.py",
    "worker/scripts/*.sh",
    "worker/scripts/*.js",
    "worker/scripts/*.json",
    "worker/src",
    "worker/subprojects/*.wrap",
    "worker/test/include",
    "worker/test/src",
    "worker/Makefile",
    "worker/meson.build",
    "worker/meson_options.txt",
    "npm-scripts.js"
  ],
  "keywords": [
    "webrtc",
    "ortc",
    "sfu",
    "nodejs"
  ],
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "install-clang-tools": "node npm-scripts.js install-clang-tools",
    "typescript:build": "node npm-scripts.js typescript:build",
    "typescript:watch": "node npm-scripts.js typescript:watch",
    "worker:build": "node npm-scripts.js worker:build",
    "lint": "npm run lint:node && npm run lint:worker",
    "lint:node": "node npm-scripts.js lint:node",
    "lint:worker": "node npm-scripts.js lint:worker",
    "format:worker": "node npm-scripts.js format:worker",
    "test": "npm run test:node && npm run test:worker",
    "test:node": "npm run worker:build && node npm-scripts.js test:node",
    "test:worker": "node npm-scripts.js test:worker",
    "coverage": "npm run worker:build && node npm-scripts.js coverage",
    "postinstall": "node npm-scripts.js postinstall",
    "release": "node npm-scripts.js release"
  },
  "jest": {
    "verbose": true,
    "testEnvironment": "node",
    "testRegex": "node/tests/test.*\\.js"
  },
  "dependencies": {
    "@types/node": "^16.11.10",
    "debug": "^4.3.4",
    "h264-profile-level-id": "^1.0.1",
    "supports-color": "^9.2.2",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "eslint": "^8.20.0",
    "eslint-plugin-jest": "^26.6.0",
    "jest": "^27.5.1",
    "jest-tobetype": "^1.2.3",
    "open-cli": "^7.0.1",
    "pick-port": "^1.0.1",
    "sctp": "^1.0.0",
    "tsc-watch": "^5.0.3",
    "typescript": "^4.7.4"
  },
  "bugs": {
    "url": "https://github.com/versatica/mediasoup/issues"
  },
  "directories": {
    "doc": "doc"
  },
  "author": "pascal n"
}
