expo-dlna-player
Version:
A React Native/Expo module for DLNA/AirPlay media casting to smart TVs and streaming devices
81 lines (80 loc) • 2.08 kB
JSON
{
"name": "expo-dlna-player",
"version": "0.7.0",
"description": "A React Native/Expo module for DLNA/AirPlay media casting to smart TVs and streaming devices",
"main": "build/index.js",
"types": "build/index.d.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": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-dlna-player",
"ExpoDlnaPlayer",
"dlna",
"upnp",
"airplay",
"miracast",
"cast",
"screencast",
"streaming",
"media",
"video",
"tv",
"smart-tv"
],
"repository": {
"type": "git",
"url": "https://gitee.com/uking/expo-packages/tree/master/expo-dlna-player"
},
"bugs": {
"url": "https://gitee.com/uking/expo-packages/tree/master/expo-dlna-player/issues"
},
"author": "uking <1210889580@qq.com> (https://gitee.com/uking)",
"license": "MIT",
"homepage": "https://gitee.com/uking/expo-packages/tree/master/expo-dlna-player#readme",
"dependencies": {
"@types/react-native": "^0.73.0",
"events": "^3.3.0",
"expo-modules-core": "^2.2.3",
"fast-xml-parser": "^4.2.5"
},
"devDependencies": {
"@types/react": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"expo": "~52.0.0",
"expo-module-scripts": "^4.0.3",
"prettier": "^3.0.0",
"react-native": "0.76.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"engines": {
"node": ">=14.0.0"
},
"eslintConfig": {
"extends": "universe/native"
},
"prettier": {
"printWidth": 100,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}
}