package.json 629 B

123456789101112131415161718192021222324252627
  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. "inquirer": "^7.1.0",
  22. "lodash": "^4.17.15",
  23. "minimist": "^1.2.5",
  24. "node-adb": "^0.1.6",
  25. "pkg": "^4.4.7"
  26. }
  27. }