package.json 780 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "miwatchkleaner2.0",
  3. "version": "2.0.0",
  4. "description": "MiWatch Cleaning Tool",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://kithub.cf/Karl/MiWatchKleaner.git"
  12. },
  13. "author": "Karl Hudgell",
  14. "license": "ISC",
  15. "dependencies": {
  16. "chalk": "^4.0.0",
  17. "clear": "^0.1.0",
  18. "clui": "^0.3.6",
  19. "download-file-with-progressbar": "^1.2.3",
  20. "figlet": "^1.3.0",
  21. "foreachasync": "^5.1.3",
  22. "fs": "0.0.1-security",
  23. "inquirer": "^7.1.0",
  24. "lodash": "^4.17.15",
  25. "minimist": "^1.2.5",
  26. "path": "^0.12.7",
  27. "path-exists": "^4.0.0",
  28. "pkg": "^4.4.7",
  29. "promise-android-tools": "^2.0.4",
  30. "shell-exec": "^1.0.2"
  31. }
  32. }