package.json 869 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "miwatchkleaner2.0",
  3. "version": "2.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. },
  10. "repository": {
  11. "type": "git",
  12. "url": "http://kithub.cf/Karl/MiWatchKleaner.git"
  13. },
  14. "author": "Karl Hudgell",
  15. "license": "ISC",
  16. "dependencies": {
  17. "chalk": "^4.0.0",
  18. "clear": "^0.1.0",
  19. "clui": "^0.3.6",
  20. "download-file": "^0.1.5",
  21. "download-file-with-progressbar": "^1.2.3",
  22. "figlet": "^1.3.0",
  23. "get-files-in": "^1.2.0",
  24. "inquirer": "^7.1.0",
  25. "node-downloader-helper": "^1.0.12",
  26. "pkg": "^4.4.7",
  27. "request-promise-native": "^1.0.8",
  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. ]
  36. }
  37. }