@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "com.rkievits.lgupdateblocker",
|
||||
"version": "1.0.0",
|
||||
"title": "LG Update Blocker",
|
||||
"description": "Blocks the recurring LG webOS firmware update popup on rooted TVs",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "node tools/build.js",
|
||||
"package": "ares-package build/app build/service -n -o dist",
|
||||
"manifest": "node tools/gen-manifest.js",
|
||||
"dist": "npm run build && npm run package && npm run manifest",
|
||||
"deploy": "ares-install dist/${npm_package_name}_${npm_package_version}_all.ipk",
|
||||
"launch": "ares-launch ${npm_package_name}",
|
||||
"clean": "rm -rf build dist"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@webos-tools/cli": "^3.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user