jf-roku/package.json
Anthony Lavado c472785e2f
Bump the channel version for release
This increases the channel version for a maintenance/bug-fix release.
2021-12-10 22:08:38 -05:00

37 lines
944 B
JSON

{
"name": "jellyfin-roku",
"version": "1.4.10",
"description": "Roku app for Jellyfin media server",
"main": "index.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"@rokucommunity/bslint": "^0.4.0",
"brighterscript": "^0.39.4",
"brighterscript-formatter": "^1.6.1",
"rooibos-cli": "^1.0.1"
},
"scripts": {
"validate": "npx bsc --copy-to-staging=false --create-package=false",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "bslint",
"check-formatting": "npx bsfmt --check",
"format": "npx bsfmt --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jellyfin/jellyfin-roku.git"
},
"keywords": [
"jellyfin",
"roku"
],
"author": "jellyfin",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/jellyfin/jellyfin-roku/issues"
},
"homepage": "https://github.com/jellyfin/jellyfin-roku#readme"
}