jf-roku/package.json

37 lines
944 B
JSON
Raw Normal View History

{
"name": "jellyfin-roku",
"version": "1.4.11",
"description": "Roku app for Jellyfin media server",
"main": "index.js",
"directories": {
"test": "tests"
},
2021-01-31 19:48:32 +00:00
"devDependencies": {
2021-06-14 20:43:36 +00:00
"@rokucommunity/bslint": "^0.4.0",
2021-07-08 18:44:22 +00:00
"brighterscript": "^0.39.4",
2021-07-09 20:07:19 +00:00
"brighterscript-formatter": "^1.6.1",
"rooibos-cli": "^1.0.1"
},
"scripts": {
"validate": "npx bsc --copy-to-staging=false --create-package=false",
2021-06-14 20:43:36 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
2021-07-09 20:07:19 +00:00
"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",
2020-02-24 17:45:21 +00:00
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/jellyfin/jellyfin-roku/issues"
},
"homepage": "https://github.com/jellyfin/jellyfin-roku#readme"
2021-07-08 18:44:22 +00:00
}