@irvingouj/expo-audio-stream
Version:
Expo Play Audio Stream module - Fork of expo-audio-stream with additional features and Expo SDK 52+ support
57 lines (56 loc) • 1.66 kB
JSON
{
"name": "@irvingouj/expo-audio-stream",
"version": "3.1.0",
"description": "Expo Play Audio Stream module - Fork of expo-audio-stream with additional features and Expo SDK 52+ support",
"main": "build/index.js",
"types": "build/index.d.ts",
"source": "src/index.ts",
"scripts": {
"build": "expo-module build",
"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": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-play-audio-stream",
"ExpoPlayAudioStream",
"audio-stream",
"voice-recording",
"real-time-audio",
"fork",
"expo-audio-stream"
],
"repository": "https://github.com/Irvingouj/expo-audio-stream",
"bugs": {
"url": "https://github.com/Irvingouj/expo-audio-stream/issues"
},
"author": "Irving Ou <oujunyiirving@gmail.com> (https://github.com/Irvingouj)",
"license": "MIT",
"homepage": "https://github.com/Irvingouj/expo-audio-stream#readme",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Irvingouj"
},
"originalRepository": {
"type": "git",
"url": "https://github.com/mykin-ai/expo-audio-stream.git"
},
"devDependencies": {
"@types/react": "^18.3.3",
"expo-module-scripts": "4.1.10",
"expo-modules-core": "2.5.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"packageManager": "yarn@4.1.1"
}