jellyfin-roku/package.json

59 lines
2.2 KiB
JSON
Raw Normal View History

{
"name": "jellyfin-roku",
"type": "module",
2024-09-29 15:33:10 +00:00
"version": "2.1.6",
"description": "Roku app for Jellyfin media server",
2023-04-22 13:03:44 +00:00
"dependencies": {
"@rokucommunity/bslib": "0.1.1",
"brighterscript-formatter": "1.7.5",
"log": "npm:roku-log@0.11.1"
2023-04-22 13:03:44 +00:00
},
2021-01-31 19:48:32 +00:00
"devDependencies": {
"@rokucommunity/bslint": "0.8.25",
"brighterscript": "0.67.7",
"brighterscript-jsdocs-plugin": "0.7.3",
"clean-jsdoc-theme": "4.3.0",
2024-05-02 04:07:23 +00:00
"jsdoc": "4.0.3",
2023-04-22 13:03:44 +00:00
"jshint": "2.13.6",
"markdownlint-cli2": "0.14.0",
2024-07-10 20:08:40 +00:00
"rimraf": "6.0.1",
"roku-deploy": "3.12.1",
"roku-log-bsc-plugin": "0.8.1",
"rooibos-roku": "5.14.0",
2024-09-27 13:56:10 +00:00
"ropm": "0.10.26",
"spellchecker-cli": "6.2.0",
2023-04-22 13:03:44 +00:00
"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",
2023-10-11 07:41:30 +00:00
"lint": "npm run check-formatting && npm run lint-bs && npm run validate && npm run lint-json && npm run lint-markdown && npm run lint-spelling",
"lint-bs": "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.cjs",
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"
2024-02-20 02:58:11 +00:00
}