Переглянути джерело

add some deps and git ignore

karl.hudgell 4 роки тому
батько
коміт
b2b8bcbf85
2 змінених файлів з 8 додано та 1 видалено
  1. 1 0
      .gitignore
  2. 7 1
      package.json

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+node_modules/

+ 7 - 1
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"
+  }
 }