add some deps and git ignore

This commit is contained in:
karl.hudgell 2020-04-24 20:23:16 +01:00
parent 37e80b09d9
commit b2b8bcbf85
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

View File

@ -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"
}
}