diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/package.json b/package.json index 9e7ccb1..b879f08 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,11 @@ "url": "http://kithub.cf/Karl/MiWatchKleaner.git" }, "author": "Karl Hudgell", - "license": "ISC" + "license": "ISC", + "dependencies": { + "download-file-with-progressbar": "^1.2.3", + "inquirer": "^7.1.0", + "node-adb": "^0.1.6", + "pkg": "^4.4.7" + } }