UNPKG

androidpackagemanager

Version:

Installing App from F-Droid with a native CLI

45 lines (44 loc) 1.01 kB
{ "name": "androidpackagemanager", "version": "1.1.4", "description": "Installing App from F-Droid with a native CLI", "type": "module", "bin": { "apm": "./lib/apm.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Googlers-Repo/apm.git" }, "keywords": [ "node", "root", "magisk", "android", "shell", "package-manager", "fdroid", "f-droid" ], "author": "Der_Googler", "license": "MIT", "bugs": { "url": "https://github.com/Googlers-Repo/apm/issues" }, "homepage": "https://github.com/Googlers-Repo/apm#readme", "dependencies": { "chalk": "^5.1.2", "clear": "^0.1.0", "cli-progress": "^3.11.2", "commander": "^9.4.1", "figlet": "^1.5.2", "node-apk": "^1.1.1", "node-fetch": "^3.2.10", "progress": "^2.0.3", "shelljs": "^0.8.5", "yesno": "^0.4.0" } }