2025-11-17 14:48:20 +08:00
|
|
|
{
|
|
|
|
|
"name": "twiliodemo",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "index.ts",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "expo start",
|
2025-11-17 16:32:44 +08:00
|
|
|
"android": "expo run:android",
|
|
|
|
|
"ios": "expo run:ios",
|
2025-11-17 14:48:20 +08:00
|
|
|
"web": "expo start --web"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"expo": "~54.0.23",
|
2025-11-17 16:32:44 +08:00
|
|
|
"expo-asset": "^12.0.9",
|
2025-11-17 14:48:20 +08:00
|
|
|
"expo-status-bar": "~3.0.8",
|
2025-11-17 16:32:44 +08:00
|
|
|
"my-native-module": "file:./modules/my-native-module",
|
2025-11-17 14:48:20 +08:00
|
|
|
"react": "19.1.0",
|
|
|
|
|
"react-native": "0.81.5"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "~19.1.0",
|
|
|
|
|
"typescript": "~5.9.2"
|
|
|
|
|
},
|
|
|
|
|
"private": true
|
|
|
|
|
}
|