UNPKG

js-apk-parser

Version:

Parse the AndroidManifest.xml and resources.arsc file in the apk package.

29 lines (28 loc) 673 B
{ "name": "js-apk-parser", "version": "0.0.3", "description": "Parse the AndroidManifest.xml and resources.arsc file in the apk package.", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/frazy/ApkInfo.git" }, "keywords": [ "apk", "AndroidManifest.xml", "resources.arsc" ], "author": "frazy", "license": "ISC", "bugs": { "url": "https://github.com/frazy/ApkInfo/issues" }, "homepage": "https://github.com/frazy/ApkInfo#readme", "devDependencies": { "typescript": "^3.3.3333" } }