Files
streamyfin/modules/expo-hls-downloader/example/package.json

30 lines
597 B
JSON

{
"name": "expo-hls-downloader-example",
"license": "0BSD",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~52.0.35",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-video": "^6.10.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true,
"expo": {
"autolinking": {
"nativeModulesDir": ".."
}
}
}