UNPKG

@livetv-app/tvguide

Version:

An Android TV Live Channels-like Electronic Programme Guide for React DOM and React Native applications.

56 lines (55 loc) 1.43 kB
{ "name": "@livetv-app/tvguide", "version": "0.2.0", "description": "An Android TV Live Channels-like Electronic Programme Guide for React DOM and React Native applications.", "keywords": [ "react", "react-dom", "react-native", "react-native-tvos", "tv", "ios", "tvos", "android", "android-tv", "tvguide", "epg" ], "license": "MIT", "author": { "name": "Samuel Elliott", "url": "https://samuelthomas2774.github.io" }, "homepage": "https://gitlab.fancy.org.uk/livetv-app/tvguide", "bugs": { "url": "https://gitlab.fancy.org.uk/livetv-app/tvguide/-/issues" }, "repository": { "type": "git", "url": "https://gitlab.fancy.org.uk/livetv-app/tvguide.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@livetv-app/epgdata": "^0.1.2", "react-native-tvfocus": "^0.2.0" }, "devDependencies": { "@types/node": "^14.14.16", "@types/react": "^17.0.0", "@types/react-native": "^0.63.42", "react": "16.13.1", "react-native": "^0.63.0", "typescript": "^4.1.3" }, "peerDependencies": { "react": "16.13.1", "react-native": "^0.63.0" }, "publishConfig": { "access": "public" } }