Skip to content

Commit

Permalink
Add description and keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shroudedcode committed Oct 6, 2019
1 parent 0cf251c commit 1c4e01c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
@@ -1,5 +1,7 @@
{
"name": "apk-mitm",
"description": "A CLI that automatically prepares Android APK files for MITM",
"keywords": ["cli", "reverse engineering", "android", "apk", "mitm", "certificate pinning"],
"version": "0.1.0",
"license": "MIT",
"scripts": {
Expand All @@ -8,11 +10,7 @@
"watch": "tsc --watch"
},
"bin": "bin/apk-mitm",
"files": [
"bin",
"dist",
"jar"
],
"files": ["bin", "dist", "jar"],
"dependencies": {
"chalk": "^2.4.2",
"execa": "^1.0.0",
Expand Down

0 comments on commit 1c4e01c

Please sign in to comment.