44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "miwatchkleaner2.0",
|
|
"version": "2.0.0",
|
|
"description": "MiWatch Cleaning Tool",
|
|
"main": "app.js",
|
|
"bin": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"buildRelease": "pkg package.json && mv miwatchkleaner2-* ./release && mv ./release/miwatchkleaner2-win-* ./release/Windows && mv ./release/miwatchkleaner2-linux-* ./release/Linux && mv ./release/miwatchkleaner2-macos-* ./release/MacOs && chmod 0777 ./release/**/adb && chmod 0777 ./release/**/miwatchkleaner2-*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://kithub.cf/Karl/MiWatchKleaner.git"
|
|
},
|
|
"author": "Karl Hudgell",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"clear": "^0.1.0",
|
|
"clui": "^0.3.6",
|
|
"download-file": "^0.1.5",
|
|
"download-file-with-progressbar": "^1.2.3",
|
|
"figlet": "^1.3.0",
|
|
"get-files-in": "^1.2.0",
|
|
"inquirer": "^7.1.0",
|
|
"node-downloader-helper": "^1.0.12",
|
|
"pkg": "^4.4.7",
|
|
"request-promise-native": "^1.0.8",
|
|
"shell-exec": "^1.0.2",
|
|
"shelljs": "^0.8.4"
|
|
},
|
|
"pkg": {
|
|
"scripts": [],
|
|
"assets": [
|
|
"node_modules/figlet/fonts/Standard.flf"
|
|
],
|
|
"targets": [
|
|
"node12-linux-x86",
|
|
"node12-macos-x64",
|
|
"node12-win-x86"
|
|
]
|
|
}
|
|
}
|