UNPKG

chat-video-sdk

Version:

SDK for 1:1 chat and video calling

44 lines (43 loc) 1.05 kB
{ "name": "chat-video-sdk", "version": "1.0.10", "description": "SDK for 1:1 chat and video calling", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --injectStyle", "dev": "tsup src/index.ts --format cjs,esm --dts --sourcemap --injectStyle --watch", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "chat", "video-calling", "webrtc", "real-time" ], "author": "", "license": "MIT", "dependencies": { "socket.io-client": "^4.7.2", "webrtc-adapter": "^8.2.3" }, "devDependencies": { "@types/node": "^18.19.3", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "react": "^18.2.0", "react-dom": "^18.2.0", "tsup": "^6.7.0", "typescript": "^5.3.3", "postcss": "^8.4.31" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0" } }