2019-09-09 03:02:09 +00:00
|
|
|
{
|
|
|
|
"name": "jellyfin-roku",
|
2023-03-16 13:26:42 +00:00
|
|
|
"version": "1.6.4",
|
2019-09-09 03:02:09 +00:00
|
|
|
"description": "Roku app for Jellyfin media server",
|
|
|
|
"main": "index.js",
|
2021-01-31 19:48:32 +00:00
|
|
|
"devDependencies": {
|
2023-01-12 20:01:57 +00:00
|
|
|
"@rokucommunity/bslint": "0.8.1",
|
2023-01-24 01:22:34 +00:00
|
|
|
"brighterscript": "0.61.3",
|
2023-02-25 02:16:48 +00:00
|
|
|
"ropm": "0.10.11",
|
2023-02-25 23:31:09 +00:00
|
|
|
"jshint": "^2.13.6",
|
2023-02-26 00:06:42 +00:00
|
|
|
"markdownlint-cli2": "0.6.0",
|
2023-02-25 23:49:49 +00:00
|
|
|
"spellchecker-cli": "6.1.1"
|
2019-09-09 03:02:09 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-09-04 12:26:31 +00:00
|
|
|
"postinstall": "npx ropm copy",
|
2021-02-01 03:00:05 +00:00
|
|
|
"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",
|
2023-02-25 23:31:09 +00:00
|
|
|
"lint-json": "jshint --extra-ext .json --verbose --exclude node_modules ./",
|
2023-02-26 18:52:06 +00:00
|
|
|
"lint-markdown": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
|
2023-02-26 19:09:28 +00:00
|
|
|
"lint-spelling": "spellchecker -d dictionary.txt --files \"**/*.md\" \"**/.*/**/*.md\" \"!node_modules/**/*.md\"",
|
2021-07-09 20:07:19 +00:00
|
|
|
"check-formatting": "npx bsfmt --check",
|
|
|
|
"format": "npx bsfmt --write"
|
2019-09-09 03:02:09 +00:00
|
|
|
},
|
|
|
|
"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",
|
2019-09-09 03:02:09 +00:00
|
|
|
"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": {
|
2022-08-27 06:27:45 +00:00
|
|
|
"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",
|
2022-09-02 08:12:40 +00:00
|
|
|
"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-11-02 23:54:15 +00:00
|
|
|
}
|