package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "miwatchkleaner",
  3. "version": "3.3.1",
  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": "https://github.com/karl0ss/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. "extract-numbers": "^1.0.5",
  25. "figlet": "^1.3.0",
  26. "get-files-in": "^1.2.0",
  27. "inquirer": "^7.1.0",
  28. "node-fetch": "^2.6.0",
  29. "perfect-logger": "^2.0.1",
  30. "pkg": "^4.4.7",
  31. "settings-store": "^1.4.1",
  32. "shell-exec": "^1.0.2",
  33. "shelljs": "^0.8.4"
  34. },
  35. "pkg": {
  36. "scripts": [],
  37. "assets": [
  38. "node_modules/figlet/fonts/Standard.flf",
  39. "data/xiaomiPackageRemovalList.json"
  40. ],
  41. "targets": [
  42. "node12-linux-x64",
  43. "node12-macos-x64",
  44. "node12-win-x86"
  45. ]
  46. }
  47. }