package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "name": "KANTU-BOT",
  3. "version": "1.9.8",
  4. "description": "Super Bot WhatsApp",
  5. "main": "index.js",
  6. "type": "module",
  7. "directories": {
  8. "lib": "lib",
  9. "src": "src",
  10. "plugins": "plugins" },
  11. "scripts": {
  12. "start": "node index.js",
  13. "qr": "node index.js qr",
  14. "code": "node index.js code",
  15. "test": "node test.js",
  16. "test2": "nodemon index.js" },
  17. "homepage": "https://github.com/crxsmods/KANTU-BOT",
  18. "author": {
  19. "name": "elrebelde21" },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/crxsmods/KANTU-BOT.git" },
  23. "bugs": {
  24. "url": "https://github.com/crxsmods/KANTU-BOT/issues" },
  25. "license": "GPL-3.0-or-later",
  26. "dependencies": {
  27. "@whiskeysockets/baileys": "github:elrebelde21/baileys",
  28. "@adiwajshing/keyed-db": "^0.2.4",
  29. "@bochilteam/scraper": "^5.0.1",
  30. "@vitalets/google-translate-api": "^8.0.0",
  31. "awesome-phonenumber": "^3.4.0",
  32. "axios": "^1.7.9",
  33. "hispamemes": "^1.0.7",
  34. "archiver": "^7.0.1",
  35. "acrcloud": "^1.4.0",
  36. "form-data": "^4.0.0",
  37. "cfonts": "^3.3.0",
  38. "chalk": "^5.4.1",
  39. "url-file-size": "^1.0.5-1",
  40. "cheerio": "1.0.0-rc.12",
  41. "colors": "1.4.0",
  42. "express": "^4.18.1",
  43. "file-type": "^18.0.0",
  44. "fluent-ffmpeg": "^2.1.2",
  45. "formdata-node": "^5.0.0",
  46. "@shineiichijo/marika": "^2.0.6",
  47. "google-libphonenumber": "3.2.38",
  48. "human-readable": "^0.2.1",
  49. "jsdom": "^20.0.1",
  50. "axios-cookiejar-support": "^5.0.5",
  51. "@seald-io/nedb": "^4.1.1",
  52. "node-os-utils": "^1.3.6",
  53. "club-atticus": "1.1.3",
  54. "link-preview-js": "^3.0.0",
  55. "lodash": "^4.17.21",
  56. "lowdb": "^3.0.0",
  57. "mongoose": "^6.6.5",
  58. "node-fetch": "^3.2.10",
  59. "node-gtts": "^2.0.2",
  60. "node-webpmux": "^3.1.3",
  61. "perf_hooks": "^0.0.1",
  62. "pino": "^8.6.1",
  63. "pino-pretty": "^9.1.1",
  64. "qrcode": "^1.5.1",
  65. "qrcode-terminal": "^0.12.0",
  66. "readline": "^1.3.0",
  67. "similarity": "^1.2.1",
  68. "g-i-s": "^2.1.6",
  69. "socket.io": "^4.5.2",
  70. "syntax-error": "^1.4.0",
  71. "terminal-image": "^2.0.0",
  72. "url-regex-safe": "^3.0.0",
  73. "emoji-api": "^2.0.1",
  74. "translate-google-api": "^1.0.4",
  75. "yt-search": "^2.12.1",
  76. "openai": "^3.3.0",
  77. "megajs": "^1.1.3",
  78. "mime-types": "^2.1.35",
  79. "fuzzysort": "^1.0.0",
  80. "api-dylux": "^1.8.3",
  81. "diskusage": "^1.2.0",
  82. "yargs": "^17.6.0",
  83. "@hiudyy/ytdl": "^0.2.3",
  84. "ytdl-core": "latest",
  85. "p-queue": "^7.0.0",
  86. "puppeteer": "^19.0.0"
  87. },
  88. "optionalDependencies": {
  89. "wa-sticker-formatter": "^4.3.2",
  90. "moment-timezone": "^0.5.37"
  91. }}