{
	"name": "mediasoup-client-aiortc",
	"version": "3.15.0",
	"description": "mediasoup-client handler for aiortc Python library",
	"contributors": [
		"José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
		"Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)"
	],
	"license": "ISC",
	"homepage": "https://mediasoup.org",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/versatica/mediasoup-client-aiortc.git"
	},
	"funding": {
		"type": "opencollective",
		"url": "https://opencollective.com/mediasoup"
	},
	"main": "lib/index.js",
	"types": "lib/index.d.ts",
	"exports": {
		".": {
			"types": "./lib/index.d.ts",
			"default": "./lib/index.js"
		}
	},
	"files": [
		"LICENSE",
		"README.md",
		"npm-scripts.mjs",
		"lib",
		"worker/*.py",
		"worker/*.cfg"
	],
	"os": [
		"!win32"
	],
	"engines": {
		"node": ">=22"
	},
	"scripts": {
		"prepare": "node npm-scripts.mjs prepare",
		"postinstall": "node npm-scripts.mjs postinstall",
		"typescript:build": "node npm-scripts.mjs typescript:build",
		"typescript:watch": "node npm-scripts.mjs typescript:watch",
		"lint": "npm run lint:node && npm run lint:python",
		"lint:node": "node npm-scripts.mjs lint:node",
		"lint:python": "node npm-scripts.mjs lint:python",
		"format": "npm run format:node",
		"format:node": "node npm-scripts.mjs format:node",
		"test": "node npm-scripts.mjs test",
		"coverage": "node npm-scripts.mjs coverage",
		"docker:build": "node npm-scripts.mjs docker:build",
		"docker:run": "node npm-scripts.mjs docker:run",
		"release:check": "node npm-scripts.mjs release:check",
		"release": "node npm-scripts.mjs release"
	},
	"dependencies": {
		"@lukeed/uuid": "^2.0.1",
		"debug": "^4.4.3",
		"fake-mediastreamtrack": "^2.2.1",
		"mediasoup-client": "^3.20.0",
		"netstring": "^0.3.0",
		"sdp-transform": "^3.0.0"
	},
	"devDependencies": {
		"@eslint/js": "^10.0.1",
		"@types/debug": "^4.1.13",
		"@types/jest": "^30.0.0",
		"@types/node": "^24.10.1",
		"@types/sdp-transform": "^2.15.0",
		"eslint": "^10.2.1",
		"eslint-config-prettier": "^10.1.8",
		"eslint-plugin-jest": "^29.15.2",
		"eslint-plugin-prettier": "^5.5.5",
		"globals": "^17.5.0",
		"jest": "^30.3.0",
		"open-cli": "^9.0.0",
		"prettier": "^3.8.3",
		"ts-jest": "^29.4.9",
		"typescript": "^5.9.3",
		"typescript-eslint": "^8.59.1"
	}
}
