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-26 11:08:29 +01:00
|
|
|
"bin": "app.js",
|
2020-04-24 20:17:04 +01:00
|
|
|
"scripts": {
|
2020-04-26 12:24:38 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"buildRelease": "pkg package.json && mv miwatchkleaner2-* ./release && mv ./release/miwatchkleaner2-win.exe ./release/Windows && mv ./release/miwatchkleaner2-linux ./release/Linux && mv ./release/miwatchkleaner2-macos ./release/MacOs && chmod 0777 ./release/**/adb && chmod 0777 ./release/**/miwatchkleaner2-*"
|
2020-04-24 20:17:04 +01:00
|
|
|
},
|
|
|
|
"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-25 23:07:43 +01:00
|
|
|
"download-file": "^0.1.5",
|
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 21:28:13 +01:00
|
|
|
"get-files-in": "^1.2.0",
|
2020-04-24 20:23:16 +01:00
|
|
|
"inquirer": "^7.1.0",
|
2020-04-25 21:28:13 +01:00
|
|
|
"node-downloader-helper": "^1.0.12",
|
2020-04-24 21:40:03 +01:00
|
|
|
"pkg": "^4.4.7",
|
2020-04-26 10:10:29 +01:00
|
|
|
"request-promise-native": "^1.0.8",
|
2020-04-26 11:08:29 +01:00
|
|
|
"shell-exec": "^1.0.2",
|
|
|
|
"shelljs": "^0.8.4"
|
2020-04-26 10:33:16 +01:00
|
|
|
},
|
|
|
|
"pkg": {
|
2020-04-26 11:08:29 +01:00
|
|
|
"scripts": [],
|
2020-04-26 10:33:16 +01:00
|
|
|
"assets": [
|
|
|
|
"node_modules/figlet/fonts/Standard.flf"
|
|
|
|
]
|
2020-04-24 20:23:16 +01:00
|
|
|
}
|
2020-04-24 20:17:04 +01:00
|
|
|
}
|