-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "org.jellyfin.webos",
"version": "1.2.2",
"description": "Jellyfin WebOS client",
"scripts": {
"check": "ares-package --check",
"package": "ares-package --no-minify --outdir build/ services frontend",
"clean": "rm -rf build/",
"deploy": "ares-install build/org.jellyfin.webos_${npm_package_version}_all.ipk",
"launch": "ares-launch org.jellyfin.webos",
"manifest": "node tools/gen-manifest.js build/org.jellyfin.webos.manifest.json",
"version": "node tools/sync-version.js && git add frontend/appinfo.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jellyfin contributors",
"license": "MPL-2.0",
"devDependencies": {
"@webosose/ares-cli": "^2.4.0"
}
}