UNPKG

@telnyx/react-native-voice-sdk

Version:

Telnyx React Native Voice SDK - A complete WebRTC voice calling solution

70 lines (69 loc) 1.91 kB
{ "name": "@telnyx/react-native-voice-sdk", "version": "1.0.0", "description": "Telnyx React Native Voice SDK - A complete WebRTC voice calling solution", "main": "lib/index.ts", "module": "lib/index.ts", "types": "lib/index.ts", "react-native": "lib/index.ts", "source": "lib/index.ts", "files": [ "lib", "README.md" ], "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:passing": "jest --testPathPatterns=\"integration-custom-headers|media-events-simple\" --verbose --colors", "test:ci": "jest --testPathPatterns=\"integration-custom-headers|media-events-simple\" --ci --coverage --watchAll=false", "test:debug": "jest --verbose --colors", "test:all": "jest --verbose --colors --detectOpenHandles" }, "keywords": [ "react-native", "telnyx", "webrtc", "voice", "calling", "sip", "voip" ], "author": "Telnyx", "license": "MIT", "homepage": "https://github.com/team-telnyx/react-native-voice-commons", "repository": { "type": "git", "url": "https://github.com/team-telnyx/react-native-voice-commons.git" }, "bugs": { "url": "https://github.com/team-telnyx/react-native-voice-sdk/issues" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0" }, "dependencies": { "@react-native-community/netinfo": "^11.4.1", "eventemitter3": "^5.0.1", "loglevel": "^1.9.2", "react-native-webrtc": "^124.0.5", "react-native-websocket-self-signed": "^0.4.0", "uuid-random": "^1.3.2" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/react": "^18.0.0", "@types/react-native": "^0.72.0", "jest": "^30.2.0", "ts-jest": "^29.4.5", "typescript": "^5.0.0" }, "engines": { "node": ">=16" }, "publishConfig": { "access": "public", "provenance": true } }