package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "miwatchkleaner",
  3. "version": "3.1.2",
  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. "shell-exec": "^1.0.2",
  31. "shelljs": "^0.8.4"
  32. },
  33. "pkg": {
  34. "scripts": [],
  35. "assets": [
  36. "node_modules/figlet/fonts/Standard.flf",
  37. "data/xiaomiPackageRemovalList.json"
  38. ],
  39. "targets": [
  40. "node12-linux-x64",
  41. "node12-macos-x64",
  42. "node12-win-x86"
  43. ]
  44. }
  45. }