react-native-realtime-audio
Version:
Play audio buffers in realtime
58 lines (57 loc) • 1.71 kB
JSON
{
"name": "react-native-realtime-audio",
"version": "1.2.0",
"description": "Play audio buffers in realtime",
"homepage": "https://github.com/paulingalls/react-native-realtime-audio#readme",
"author": "paulingalls <paulingalls@gmail.com> (https://github.com/paulingalls)",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/paulingalls/react-native-realtime-audio.git"
},
"bugs": {
"url": "https://github.com/paulingalls/react-native-realtime-audio/issues"
},
"keywords": [
"react-native",
"expo",
"react-native-realtime-audio",
"realtime-audio",
"RealtimeAudio",
"OpenAI",
"Realtime"
],
"license": "MIT",
"scripts": {
"build": "expo-module build",
"build:plugin": "expo-module build plugin",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"devDependencies": {
"@types/react": "~19.2.0",
"expo": "~55.0.23",
"expo-module-scripts": "55.0.2",
"react": "19.2.0",
"react-native": "0.83.6"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*",
"react-native-web": "*"
},
"peerDependenciesMeta": {
"react-native-web": {
"optional": true
}
},
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
}