UNPKG

@zyrecx/tflix

Version:

TFlix transforms Cineby.app into a TV-friendly experience for Samsung TVs running TizenBrew with enhanced remote navigation.

31 lines (30 loc) 648 B
{ "name": "@zyrecx/tflix-mods", "version": "1.0.0", "description": "TFlix module for Cineby.app", "main": "index.js", "type": "module", "scripts": { "build": "rollup -c rollup.config.js" }, "keywords": [ "tizenbrew", "tizen", "samsung", "tv", "cineby" ], "author": "Zyrex", "license": "MIT", "dependencies": { "@babel/preset-env": "^7.22.9", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-terser": "^0.4.3", "rollup": "^3.26.2", "rollup-plugin-string": "^3.0.0", "whatwg-fetch": "^3.6.2" }, "publishConfig": { "access": "public" } }