47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@orca/expo-two-way-audio",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Native module for two way audio streaming",
|
|
"keywords": [
|
|
"ExpoTwoWayAudio",
|
|
"expo",
|
|
"expo-two-way-audio",
|
|
"react-native"
|
|
],
|
|
"homepage": "https://github.com/stablyai/orca/tree/main/mobile/packages/expo-two-way-audio",
|
|
"bugs": {
|
|
"url": "https://github.com/stablyai/orca/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Orca contributors",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/stablyai/orca.git",
|
|
"directory": "mobile/packages/expo-two-way-audio"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.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": "pnpm --dir ../.. exec tsc --noEmit",
|
|
"expo-module": "expo-module"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.25",
|
|
"expo-module-scripts": "^3.5.2",
|
|
"expo-modules-core": "^2.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|