{ "name": "@getpaseo/expo-two-way-audio", "version": "0.1.102-beta.1", "description": "Native module for two way audio streaming", "keywords": [ "ExpoTwoWayAudio", "expo", "expo-two-way-audio", "react-native" ], "homepage": "https://github.com/boudra/expo-two-way-audio", "bugs": { "url": "https://github.com/speechmatics/expo-two-way-audio/issues" }, "license": "MIT", "author": "Speechmatics (https://github.com/speechmatics)", "repository": "https://github.com/boudra/expo-two-way-audio", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc", "clean": "expo-module clean", "dev": "expo-module build", "lint": "expo-module lint", "test": "expo-module test", "format": "oxfmt --check .", "format:fix": "oxfmt .", "typecheck": "tsgo --noEmit", "expo-module": "expo-module", "open:ios": "xed examples/basic-usage/ios", "open:android": "open -a \"Android Studio\" examples/basic-usage/android" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/react": "^18.0.25", "expo-module-scripts": "^5.0.8", "expo-modules-core": "^2.0.4" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }