{
  "name": "@webex/web-client-media-engine",
  "version": "3.41.1",
  "description": "Web Client Media Engine is common web code for interacting with the multistream media server.",
  "source": "src/index.ts",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "NODE_ENV=production run-s clean compile",
    "clean": "yarn transpile:clean",
    "compile": "rollup -c ./rollup.config.js",
    "docs": "rimraf ./docs/* && typedoc",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:lint": "eslint src --ext .ts --fix",
    "release": "semantic-release",
    "test": "run-s build test:*",
    "test:coverage": "jest --coverage",
    "test:lint": "eslint src --ext .ts --max-warnings=0",
    "test:prettier": "prettier \"src/**/*.ts\" --list-different",
    "test:spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"",
    "test:unit": "jest",
    "transpile": "tsc",
    "transpile:clean": "rimraf ./dist",
    "transpile:validate": "tsc --noEmit",
    "transpile:watch": "tsc --watch",
    "version": "echo $npm_package_version",
    "watch": "rollup -c ./rollup.config.js -w"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "files": [
    "dist/**/*"
  ],
  "keywords": [],
  "author": "",
  "license": "SEE LICENSE IN LICENSE.md",
  "lint-staged": {
    "*.ts": [
      "prettier \"src/**/*.ts\" --write",
      "eslint src --ext .ts --max-warnings=0",
      "bash -c tsc --noEmit",
      "cspell \"{README.md,.github/*.md,src/**/*.ts}\""
    ]
  },
  "engines": {
    "node": ">=18.18.0",
    "npm": "please-use-yarn",
    "yarn": ">=1.22.0"
  },
  "dependencies": {
    "@webex/json-multistream": "^2.4.3",
    "@webex/rtcstats": "^1.5.5",
    "@webex/ts-events": "^1.2.1",
    "@webex/ts-sdp": "1.8.2",
    "@webex/web-capabilities": "^1.10.0",
    "@webex/web-media-effects": "2.33.5",
    "@webex/webrtc-core": "2.14.0",
    "async": "^3.2.4",
    "js-logger": "^1.6.1",
    "typed-emitter": "^2.1.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "@types/async": "^3.2.18",
    "@types/jest": "^27.4.0",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.9.0",
    "@typescript-eslint/parser": "^5.9.0",
    "cspell": "^5.15.1",
    "cross-env": "^10.1.0",
    "eslint": "^8.6.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jest": "^25.3.4",
    "eslint-plugin-jsdoc": "^43.0.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.4.7",
    "jest-canvas-mock": "^2.4.0",
    "jest-fetch-mock": "^3.0.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.63.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-dts": "^4.1.0",
    "rollup-plugin-typescript2": "^0.31.1",
    "rollup-plugin-web-worker-loader": "^1.7.0",
    "semantic-release": "^19.0.2",
    "ts-jest": "^27.1.2",
    "typedoc": "^0.23.28",
    "typescript": "^4.5.4",
    "yarn": "^1.22.19"
  },
  "resolutions": {
    "form-data": "^3.0.4",
    "@babel/traverse": "^7.23.2"
  }
}
