package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "miwatchkleaner",
  3. "version": "3.1.0",
  4. "description": "MiWatch Cleaning Tool",
  5. "main": "app.js",
  6. "bin": "app.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "buildRelease": "sh ./buildRelease.sh"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "http://kithub.cf/Karl/MiWatchKleaner.git"
  14. },
  15. "author": "Karl Hudgell",
  16. "license": "ISC",
  17. "dependencies": {
  18. "@peterpanhihi/tiny": "^2.0.0",
  19. "@shypes/language-translator": "^2.0.15",
  20. "chalk": "^4.0.0",
  21. "chalk-rainbow": "^1.0.0",
  22. "clear": "^0.1.0",
  23. "clui": "^0.3.6",
  24. "figlet": "^1.3.0",
  25. "get-files-in": "^1.2.0",
  26. "inquirer": "^7.1.0",
  27. "node-fetch": "^2.6.0",
  28. "perfect-logger": "^2.0.1",
  29. "pkg": "^4.4.7",
  30. "remote-file-size": "^3.0.5",
  31. "shell-exec": "^1.0.2",
  32. "shelljs": "^0.8.4"
  33. },
  34. "pkg": {
  35. "scripts": [],
  36. "assets": [
  37. "node_modules/figlet/fonts/Standard.flf",
  38. "data/xiaomiPackageRemovalList.json"
  39. ],
  40. "targets": [
  41. "node12-linux-x64",
  42. "node12-macos-x64",
  43. "node12-win-x86"
  44. ]
  45. }
  46. }