UNPKG

@webrtc2/utils

Version:

WebRTC2 Utils - Cross-platform WebRTC utility functions for device detection, media management, error handling, and performance optimization

80 lines 2.13 kB
{ "name": "@webrtc2/utils", "version": "1.0.0", "description": "WebRTC2 Utils - Cross-platform WebRTC utility functions for device detection, media management, error handling, and performance optimization", "keywords": [ "webrtc", "utils", "utilities", "webrtc-utils", "device-detection", "media-utils", "error-handling", "performance", "cross-platform", "react-native", "electron", "web", "media-manager", "stream-utils", "webrtc-helpers", "rtc-utils", "webrtc-tools", "media-devices", "browser-detection", "platform-detection", "webrtc-debugging", "connection-utils", "ice-utils", "signaling-utils" ], "main": "./dist/index.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "src", "README.md" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "lint": "eslint src --ext .ts", "type-check": "tsc --noEmit", "test": "jest", "clean": "rm -rf dist" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "tsup": "^8.0.0" }, "repository": { "type": "git", "url": "https://github.com/reforms/webrtc2.git", "directory": "monorepo@npm/packages/utils" }, "homepage": "https://webrtc2.com/packages/utils", "bugs": { "url": "https://github.com/reforms/webrtc2/issues" }, "author": { "name": "WebRTC2 Team", "email": "hello@webrtc2.com", "url": "https://webrtc2.com" }, "license": "MIT", "publishConfig": { "access": "public" }, "engines": { "node": ">=16.0.0" } }