UNPKG

dpg.broadcast-webrtc

Version:
42 lines (41 loc) 912 B
{ "name": "dpg.broadcast-webrtc", "version": "0.0.20", "description": "Modern Broadcast client service library", "types": "./define/PeerConnection.d.ts", "repository": { "type": "git", "url": "git+https://github.com/titovmaximdpg/dpg.broadcast-client.git" }, "keywords": [ "DPG" ], "contributors": [ { "name": "DPG", "email": "hr@dpg.email" } ], "author": "DPG", "license": "ISC", "bugs": { "url": "https://github.com/titovmaximdpg/dpg.broadcast-client/issues" }, "homepage": "https://github.com/titovmaximdpg/dpg.broadcast-client#readme", "dependencies": { "@types/es6-promise": "^3.3.0", "socket.io-client": "^4.4.1", "typescript": "^4.6.3" }, "engines": { "node": ">=0.11" }, "lint-staged": { "*.{js,ts,json}": [ "prettier --write", "git add" ] }, "main": "index.ts", "module": "index.ts" }