package.json 721 B

1234567891011121314151617181920212223242526272829
  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": "^0.1.5",
  20. "download-file-with-progressbar": "^1.2.3",
  21. "figlet": "^1.3.0",
  22. "get-files-in": "^1.2.0",
  23. "inquirer": "^7.1.0",
  24. "node-downloader-helper": "^1.0.12",
  25. "pkg": "^4.4.7",
  26. "request-promise-native": "^1.0.8",
  27. "shell-exec": "^1.0.2"
  28. }
  29. }