MiWatchKleaner/package.json
2020-04-24 22:20:41 +01:00

31 lines
721 B
JSON

{
"name": "miwatchkleaner2.0",
"version": "2.0.0",
"description": "MiWatch Cleaning Tool",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://kithub.cf/Karl/MiWatchKleaner.git"
},
"author": "Karl Hudgell",
"license": "ISC",
"dependencies": {
"adbkit": "^2.11.1",
"chalk": "^4.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"download-file-with-progressbar": "^1.2.3",
"figlet": "^1.3.0",
"inquirer": "^7.1.0",
"lodash": "^4.17.15",
"minimist": "^1.2.5",
"node-adb": "^0.1.6",
"pkg": "^4.4.7",
"promise-android-tools": "^2.0.4",
"shell-exec": "^1.0.2"
}
}