jf-roku/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "jellyfin-roku",
2022-03-22 17:15:08 +00:00
"version": "1.4.12",
"description": "Roku app for Jellyfin media server",
"main": "index.js",
"directories": {
"test": "tests"
},
2021-01-31 19:48:32 +00:00
"devDependencies": {
"@rokucommunity/bslint": "0.7.5",
"brighterscript": "0.57.2",
"rooibos-cli": "1.4.0",
"ropm": "0.10.10"
},
"scripts": {
"postinstall": "npx ropm copy",
"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"
},
2022-03-13 08:46:03 +00:00
"homepage": "https://github.com/jellyfin/jellyfin-roku#readme",
"dependencies": {
"api": "npm:jellyfin-api-bs-client@^1.0.5",
2022-09-03 20:06:57 +00:00
"bgv": "npm:button-group-vert@^1.0.2",
"brighterscript-formatter": "^1.6.8",
2022-09-04 11:22:08 +00:00
"sob": "npm:slide-out-button@^1.0.1",
"intKeyboard": "npm:integer-keyboard@^1.0.12"
2022-03-13 08:46:03 +00:00
}
2022-09-04 11:22:08 +00:00
}