UNPKG

@livekit/react-native-webrtc

Version:
68 lines (67 loc) 1.8 kB
{ "name": "@livekit/react-native-webrtc", "version": "144.1.1", "repository": { "type": "git", "url": "git+https://github.com/livekit/react-native-webrtc.git" }, "description": "WebRTC for React Native", "license": "MIT", "homepage": "https://github.com/livekit/react-native-webrtc", "keywords": [ "react-component", "react-native", "ios", "android", "webrtc" ], "react-native": "src/index.ts", "types": "lib/typescript/index.d.ts", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "dependencies": { "base64-js": "1.5.1", "debug": "4.3.4" }, "peerDependencies": { "react-native": ">=0.60.0" }, "scripts": { "lint": "eslint --max-warnings 0 . && tsc --noEmit", "lintfix": "eslint --max-warnings 0 --fix . && tsc --noEmit", "copy-vendor-types": "node scripts/copy-vendor-types.js", "build": "bob build && npm run copy-vendor-types", "prepare": "husky install && npm run build", "format": "tools/format.sh" }, "bugs": { "url": "https://github.com/livekit/react-native-webrtc/issues" }, "devDependencies": { "@types/debug": "4.1.7", "@types/react": "17.0.40", "@types/react-native": "0.67.3", "@types/scheduler": "^0.16.2", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.24.0", "eslint-plugin-import": "^2.26.0", "husky": "7.0.2", "lint-staged": "11.2.3", "prettier": "2.4.1", "react-native-builder-bob": "0.18.2", "typescript": "4.6.2" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] } }