mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 06:09:41 +00:00
use type=module
in package.json
to allow for import statements in future scripts
This commit is contained in:
parent
525485b78f
commit
8c703a8dc3
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jellyfin-roku",
|
"name": "jellyfin-roku",
|
||||||
|
"type": "module",
|
||||||
"version": "1.6.6",
|
"version": "1.6.6",
|
||||||
"description": "Roku app for Jellyfin media server",
|
"description": "Roku app for Jellyfin media server",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -37,7 +38,7 @@
|
|||||||
"lint-markdown": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
|
"lint-markdown": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
|
||||||
"lint-spelling": "spellchecker -d dictionary.txt --files \"**/*.md\" \"**/.*/**/*.md\" \"!node_modules/**/*.md\"",
|
"lint-spelling": "spellchecker -d dictionary.txt --files \"**/*.md\" \"**/.*/**/*.md\" \"!node_modules/**/*.md\"",
|
||||||
"postinstall": "npm run ropm",
|
"postinstall": "npm run ropm",
|
||||||
"ropm": "ropm copy && node scripts/ropm-hook.js",
|
"ropm": "ropm copy && node scripts/ropm-hook.cjs",
|
||||||
"validate": "npx bsc --copy-to-staging=false --create-package=false"
|
"validate": "npx bsc --copy-to-staging=false --create-package=false"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -54,4 +55,4 @@
|
|||||||
"url": "https://github.com/jellyfin/jellyfin-roku/issues"
|
"url": "https://github.com/jellyfin/jellyfin-roku/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/jellyfin/jellyfin-roku"
|
"homepage": "https://github.com/jellyfin/jellyfin-roku"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user