react-native-androidtv-remote
Version:
Port of AndroidTV Remote to react native
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "react-native-androidtv-remote",
"version": "1.0.1",
"description": "Port of AndroidTV Remote to react native",
"main": "dist/index.js",
"files": [
"dist",
"example",
"src"
],
"engines": {
"node": ">=14.18.1"
},
"scripts": {
"babel": "babel ./src/*.* --out-dir dist --delete-dir-on-start -D && babel ./src/certificate/*.* --out-dir dist/certificate -D && babel ./src/pairing/*.* --out-dir dist/pairing -D && babel ./src/remote/*.* --out-dir dist/remote -D"
},
"keywords": [
"androidtv",
"googlecast",
"remote",
"freebox",
"freebox-player-pop",
"freebox-mini-4k"
],
"author": "@vricosti",
"license": "MIT",
"dependencies": {
"node-forge": "^1.3.1",
"protobufjs": "^7.3.0"
},
"peerDependencies": {
"react-native": ">=0.60.0",
"react-native-modpow": "^1.1.0"
},
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.0.0",
"babel-plugin-transform-import-meta": "^2.1.0",
"react-native-modpow": "^1.1.0"
},
"type": "commonjs",
"homepage": "https://github.com/vricosti/react-native-androidtv-remote",
"bugs": {
"url": "https://github.com/vricosti/react-native-androidtv-remote/issues"
}
}