From b2b8bcbf857a31568c5f31b64f7d37d09ef2d4fd Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Fri, 24 Apr 2020 20:23:16 +0100 Subject: [PATCH] add some deps and git ignore --- .gitignore | 1 + package.json | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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" + } }