@interactify-live/player-react-native
Version:
React Native library for Interactify player with media display, widgets, and MQTT integration
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "@interactify-live/player-react-native",
"version": "1.0.3",
"description": "React Native library for Interactify player with media display, widgets, and MQTT integration",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md"
],
"scripts": {
"build": "yarn run clean && tsc",
"dev": "tsc --watch",
"clean": "rm -rf lib",
"prebuild": "npm run clean"
},
"keywords": [
"react-native",
"interactify",
"player",
"media",
"widgets",
"mqtt",
"video",
"streaming"
],
"author": "Interactify",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"react-native-video": ">=5.0.0"
},
"dependencies": {
"precompiled-mqtt": "^4.3.14-beta"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-native": "^0.72.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/interactify-live/player-react-native.git"
},
"bugs": {
"url": "https://github.com/interactify-live/player-react-native/issues"
},
"homepage": "https://github.com/interactify-live/player-react-native#readme"
}