2020-04-24 20:17:04 +01:00
|
|
|
{
|
|
|
|
"name": "miwatchkleaner2.0",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"description": "MiWatch Cleaning Tool",
|
2020-04-24 20:42:45 +01:00
|
|
|
"main": "app.js",
|
2020-04-24 20:17:04 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "http://kithub.cf/Karl/MiWatchKleaner.git"
|
|
|
|
},
|
|
|
|
"author": "Karl Hudgell",
|
2020-04-24 20:23:16 +01:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2020-04-24 21:40:03 +01:00
|
|
|
"adbkit": "^2.11.1",
|
2020-04-24 20:42:45 +01:00
|
|
|
"chalk": "^4.0.0",
|
|
|
|
"clear": "^0.1.0",
|
|
|
|
"clui": "^0.3.6",
|
2020-04-24 20:23:16 +01:00
|
|
|
"download-file-with-progressbar": "^1.2.3",
|
2020-04-24 20:42:45 +01:00
|
|
|
"figlet": "^1.3.0",
|
2020-04-24 20:23:16 +01:00
|
|
|
"inquirer": "^7.1.0",
|
2020-04-24 20:42:45 +01:00
|
|
|
"lodash": "^4.17.15",
|
|
|
|
"minimist": "^1.2.5",
|
2020-04-24 20:23:16 +01:00
|
|
|
"node-adb": "^0.1.6",
|
2020-04-24 21:40:03 +01:00
|
|
|
"pkg": "^4.4.7",
|
|
|
|
"promise-android-tools": "^2.0.4"
|
2020-04-24 20:23:16 +01:00
|
|
|
}
|
2020-04-24 20:17:04 +01:00
|
|
|
}
|