remove api roku module dependency

This commit is contained in:
Charles Ewert 2023-05-05 13:25:55 -04:00
parent a7478fc42a
commit 49d285b282
2 changed files with 0 additions and 8 deletions

7
package-lock.json generated
View File

@ -10,7 +10,6 @@
"hasInstallScript": true,
"license": "GPL-2.0",
"dependencies": {
"api": "npm:jellyfin-api-bs-client@1.0.6",
"bgv": "npm:button-group-vert@1.0.2",
"brighterscript-formatter": "1.6.27",
"intKeyboard": "npm:integer-keyboard@1.0.12",
@ -322,12 +321,6 @@
"node": ">= 8"
}
},
"node_modules/api": {
"name": "jellyfin-api-bs-client",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/jellyfin-api-bs-client/-/jellyfin-api-bs-client-1.0.6.tgz",
"integrity": "sha512-lZXRUvH0Tz3itGgI2o4EArCaoaYCJf8fM+NrYzGnJlxBSnon6RAWt1XxookfyeSVXghQtZUHY+IXjM/byUnoFw=="
},
"node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",

View File

@ -3,7 +3,6 @@
"version": "1.6.6",
"description": "Roku app for Jellyfin media server",
"dependencies": {
"api": "npm:jellyfin-api-bs-client@1.0.6",
"bgv": "npm:button-group-vert@1.0.2",
"brighterscript-formatter": "1.6.27",
"intKeyboard": "npm:integer-keyboard@1.0.12",