forked from jellyfin/jellyfin-roku
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "viv",
"type": "module",
"version": "1.1.3",
"description": "Unofficial Roku app for Jellyfin media server",
"dependencies": {
"@rokucommunity/bslib": "0.1.1",
"brighterscript-formatter": "1.7.6"
},
"devDependencies": {
"@rokucommunity/bslint": "0.8.26",
"brighterscript": "0.68.2",
"jshint": "2.13.6",
"rimraf": "6.0.1",
"roku-deploy": "3.12.3",
"rooibos-roku": "5.14.0",
"ropm": "0.10.27",
"undent": "0.1.0"
},
"scripts": {
"build": "npx rimraf build/ out/ && npx bsc --project bsconfig.json",
"build-tests": "npx rimraf build/ out/ && npx bsc --project bsconfig-tests.json",
"postinstall": "npm run ropm",
"ropm": "ropm copy && node scripts/ropm-hook.cjs"
},
"repository": {
"type": "git",
"url": "https://github.com/1hitsong/viv.git"
},
"keywords": [
"jellyfin",
"roku",
"viv",
"music",
"movies"
],
"author": "1hitsong",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/1hitsong/viv"
},
"homepage": "https://github.com/1hitsong/viv"
}