UNPKG

tflix-tizenbrew

Version:

TFlix site mod for TizenBrew: Netflix-like navigation and TV remote support for cineby.app.

27 lines (26 loc) 651 B
{ "name": "@tflix/service", "version": "1.0.0", "type": "module", "main": "service.js", "scripts": { "build": "rollup -c rollup.config.js" }, "keywords": [], "author": "TizenBrew Community", "license": "MIT", "dependencies": { "cors": "^2.8.5", "express": "^4.19.2" }, "devDependencies": { "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.7", "rollup": "^4.18.1" } }