jf-roku/package.json
2023-05-30 14:32:24 +00:00

54 lines
1.9 KiB
JSON

{
"name": "jellyfin-roku",
"version": "1.6.6",
"description": "Roku app for Jellyfin media server",
"dependencies": {
"bgv": "npm:button-group-vert@1.0.2",
"brighterscript-formatter": "1.6.29",
"intKeyboard": "npm:integer-keyboard@1.0.12",
"log": "npm:roku-log@0.9.3",
"sob": "npm:slide-out-button@1.0.1"
},
"devDependencies": {
"@rokucommunity/bslint": "0.8.6",
"brighterscript": "0.65.0",
"bslib": "npm:@rokucommunity/bslib@0.1.1",
"jshint": "2.13.6",
"markdownlint-cli2": "0.7.1",
"rimraf": "5.0.1",
"roku-deploy": "3.10.2",
"roku-log-bsc-plugin": "0.8.1",
"rooibos-roku": "5.5.3",
"ropm": "0.10.15",
"spellchecker-cli": "6.1.1",
"undent": "0.1.0"
},
"scripts": {
"build": "npx rimraf build/ out/ && npx bsc --project bsconfig.json",
"build-prod": "npx rimraf build/ out/ && npx bsc --project bsconfig-prod.json",
"build-tests": "npx rimraf build/ out/ && npx bsc --project bsconfig-tests.json",
"build-tdd": "npx rimraf build/ out/ && npx bsc --project bsconfig-tdd.json",
"check-formatting": "npx bsfmt --check",
"format": "npx bsfmt --write",
"lint": "bslint",
"lint-json": "jshint --extra-ext .json --verbose --exclude node_modules ./",
"lint-markdown": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"lint-spelling": "spellchecker -d dictionary.txt --files \"**/*.md\" \"**/.*/**/*.md\" \"!node_modules/**/*.md\"",
"postinstall": "npx ropm copy",
"validate": "npx bsc --copy-to-staging=false --create-package=false"
},
"repository": {
"type": "git",
"url": "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"
}