mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@getpaseo/expo-two-way-audio",
|
|
"version": "0.2.3",
|
|
"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 <devrel@speechmatics.com> (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": "*"
|
|
}
|
|
}
|