node-apk
Version:
A library to parse Android application manifest and signature
43 lines (42 loc) • 983 B
JSON
{
"name": "node-apk",
"version": "1.2.1",
"description": "A library to parse Android application manifest and signature",
"main": "build/lib/index.js",
"test": "jest",
"scripts": {
"prebuild": "eslint 'lib/**/*.{js,ts,tsx}'",
"build": "tsc --declaration",
"prestart": "npm run build",
"start": "node .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/xdevl/node-apk.git"
},
"keywords": [
"android",
"apk",
"parser",
"manifest",
"signature"
],
"author": "xdevl",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/node": "^18.11.10",
"@types/node-forge": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"dependencies": {
"node-forge": "^1.3.1"
}
}