forked from jellyfin/jellyfin-webos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.14 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.14 KB
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
{
"name": "org.moonfin.webos",
"version": "1.0.0",
"description": "Moonfin WebOS client",
"type": "module",
"scripts": {
"check": "ares-package --check",
"package": "ares-package --no-minify --outdir build/ services frontend",
"build": "gulp",
"build:es5": "gulp buildES5",
"package:es5": "gulp buildES5 && ares-package --no-minify --outdir build/ services frontend-build",
"clean": "rm -rf build/ frontend-build/",
"clean:all": "rm -rf build/ frontend-build/ node_modules/",
"deploy": "ares-install build/org.moonfin.webos_${npm_package_version}_all.ipk",
"launch": "ares-launch org.moonfin.webos",
"manifest": "node tools/gen-manifest.js build/org.moonfin.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": {
"@babel/core": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/register": "7.25.7",
"@webosose/ares-cli": "^2.4.0",
"del": "^7.0.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0"
}
}