UNPKG

@sawport/peers-caller

Version:

WebRTC multi-peer video call library with mesh architecture supporting up to 4 participants

78 lines 2 kB
{ "name": "@sawport/peers-caller", "version": "0.0.1", "description": "WebRTC multi-peer video call library with mesh architecture supporting up to 4 participants", "type": "module", "main": "./dist/peers-caller.umd.js", "module": "./dist/peers-caller.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/peers-caller.es.js", "require": "./dist/peers-caller.umd.js" } }, "files": [ "dist" ], "keywords": [ "webrtc", "video-call", "peer-to-peer", "mesh-architecture", "typescript", "video-conferencing" ], "scripts": { "dev": "vite", "build": "tsc --project tsconfig.build.json && vite build", "preview": "vite preview", "build:types": "tsc --project tsconfig.build.json", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "publish": "npm publish --access public", "test:ui": "vitest --ui" }, "devDependencies": { "@types/jsdom": "^21.1.7", "@types/node": "^22.9.3", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^4.7.0", "@vitest/coverage-v8": "3.2.4", "@vitest/ui": "^3.2.4", "autoprefixer": "^10.4.21", "jsdom": "^26.1.0", "postcss": "^8.5.6", "react": "^19.1.1", "react-dom": "^19.1.1", "tailwindcss": "^3.4.0", "typescript": "~5.8.3", "vite": "^7.0.4", "vite-plugin-node-polyfills": "^0.24.0", "vitest": "^3.2.4" }, "dependencies": { "@sawport/transcriber": "^0.0.4", "@types/simple-peer": "^9.11.8", "multistreamsmixer": "^1.2.2", "simple-peer": "^9.11.1", "socket.io-client": "^4.8.1", "zustand": "^5.0.2" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "packageManager": "yarn@4.9.2" }