jf-roku/package.json

60 lines
2.1 KiB
JSON
Raw Normal View History

{
"name": "jellyfin-roku",
2023-04-27 00:48:36 +00:00
"version": "1.6.6",
"description": "Roku app for Jellyfin media server",
2023-04-22 13:03:44 +00:00
"dependencies": {
"@rokucommunity/bslib": "0.1.1",
2023-04-22 13:03:44 +00:00
"bgv": "npm:button-group-vert@1.0.2",
"brighterscript-formatter": "1.6.34",
2023-04-22 13:03:44 +00:00
"intKeyboard": "npm:integer-keyboard@1.0.12",
"log": "npm:roku-log@0.11.1",
2023-04-22 13:03:44 +00:00
"sob": "npm:slide-out-button@1.0.1"
},
2021-01-31 19:48:32 +00:00
"devDependencies": {
"@rokucommunity/bslint": "0.8.11",
"brighterscript": "0.65.8",
2023-10-06 03:18:09 +00:00
"brighterscript-jsdocs-plugin": "0.6.0",
"ink-docstrap": "1.3.2",
2023-10-06 03:18:09 +00:00
"jsdoc": "4.0.2",
2023-04-22 13:03:44 +00:00
"jshint": "2.13.6",
"markdownlint-cli2": "0.10.0",
2023-09-27 08:22:34 +00:00
"rimraf": "5.0.5",
"roku-deploy": "3.10.3",
"roku-log-bsc-plugin": "0.8.1",
"rooibos-roku": "5.8.0",
2023-10-08 12:42:09 +00:00
"ropm": "0.10.18",
2023-04-22 13:03:44 +00:00
"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",
2023-04-22 13:03:44 +00:00
"check-formatting": "npx bsfmt --check",
"docs": "npx rimraf docs/api && jsdoc -c jsdoc.json -d docs/api --readme docs/api-docs-readme.md",
2023-04-22 13:03:44 +00:00
"format": "npx bsfmt --write",
2021-07-09 20:07:19 +00:00
"lint": "bslint",
"lint-json": "jshint --extra-ext .json --verbose --exclude node_modules,scripts,docs ./",
"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\"",
2023-05-30 18:24:49 +00:00
"postinstall": "npm run ropm",
"ropm": "ropm copy && node scripts/ropm-hook.js",
2023-04-22 13:03:44 +00:00
"validate": "npx bsc --copy-to-staging=false --create-package=false"
},
"repository": {
"type": "git",
2023-04-22 13:03:44 +00:00
"url": "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"
2023-09-20 23:08:47 +00:00
}