MiWatchKleaner/package.json

33 lines
780 B
JSON
Raw Normal View History

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 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-25 11:48:56 +01:00
"foreachasync": "^5.1.3",
2020-04-25 10:22:47 +01:00
"fs": "0.0.1-security",
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-25 10:22:47 +01:00
"path": "^0.12.7",
"path-exists": "^4.0.0",
2020-04-24 21:40:03 +01:00
"pkg": "^4.4.7",
2020-04-24 22:20:41 +01:00
"promise-android-tools": "^2.0.4",
"shell-exec": "^1.0.2"
2020-04-24 20:23:16 +01:00
}
2020-04-24 20:17:04 +01:00
}