package.json 989 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "miwatchkleaner",
  3. "version": "3.0.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. "chalk": "^4.0.0",
  20. "clear": "^0.1.0",
  21. "clui": "^0.3.6",
  22. "figlet": "^1.3.0",
  23. "get-files-in": "^1.2.0",
  24. "inquirer": "^7.1.0",
  25. "node-fetch": "^2.6.0",
  26. "perfect-logger": "^2.0.1",
  27. "pkg": "^4.4.7",
  28. "shell-exec": "^1.0.2",
  29. "shelljs": "^0.8.4"
  30. },
  31. "pkg": {
  32. "scripts": [],
  33. "assets": [
  34. "node_modules/figlet/fonts/Standard.flf",
  35. "data/xiaomiPackageRemovalList.json"
  36. ],
  37. "targets": [
  38. "node12-linux-x64",
  39. "node12-macos-x64",
  40. "node12-win-x86"
  41. ]
  42. }
  43. }