package.json 964 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "miwatchkleaner2.0",
  3. "version": "2.0.3",
  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. "chalk": "^4.0.0",
  19. "clear": "^0.1.0",
  20. "clui": "^0.3.6",
  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. "shelljs": "^0.8.4"
  29. },
  30. "pkg": {
  31. "scripts": [],
  32. "assets": [
  33. "node_modules/figlet/fonts/Standard.flf",
  34. "data/packageList.json"
  35. ],
  36. "targets": [
  37. "node12-linux-x64",
  38. "node12-macos-x64",
  39. "node12-win-x86"
  40. ]
  41. }
  42. }