MiWatchKleaner/package.json
2020-09-07 15:29:33 +01:00

48 lines
1.1 KiB
JSON

{
"name": "miwatchkleaner",
"version": "3.2.1",
"description": "MiWatch Cleaning Tool",
"main": "app.js",
"bin": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"buildRelease": "sh ./buildRelease.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/karl0ss/MiWatchKleaner.git"
},
"author": "Karl Hudgell",
"license": "ISC",
"dependencies": {
"@peterpanhihi/tiny": "^2.0.0",
"@shypes/language-translator": "^2.0.15",
"chalk": "^4.0.0",
"chalk-rainbow": "^1.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"extract-numbers": "^1.0.5",
"figlet": "^1.3.0",
"get-files-in": "^1.2.0",
"inquirer": "^7.1.0",
"node-fetch": "^2.6.0",
"perfect-logger": "^2.0.1",
"pkg": "^4.4.7",
"settings-store": "^1.4.1",
"shell-exec": "^1.0.2",
"shelljs": "^0.8.4"
},
"pkg": {
"scripts": [],
"assets": [
"node_modules/figlet/fonts/Standard.flf",
"data/xiaomiPackageRemovalList.json"
],
"targets": [
"node12-linux-x64",
"node12-macos-x64",
"node12-win-x86"
]
}
}