package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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/elrebelde21/LoliBot-MD",
  18. "author": {
  19. "name": "elrebelde21" },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/elrebelde21/LoliBot-MD.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. "systeminformation": "^5.17.12",
  36. "acrcloud": "^1.4.0",
  37. "form-data": "^4.0.0",
  38. "cfonts": "^3.3.0",
  39. "chalk": "^5.4.1",
  40. "url-file-size": "^1.0.5-1",
  41. "cheerio": "1.0.0-rc.12",
  42. "colors": "1.4.0",
  43. "express": "^4.18.1",
  44. "file-type": "^18.0.0",
  45. "fluent-ffmpeg": "^2.1.2",
  46. "formdata-node": "^5.0.0",
  47. "@shineiichijo/marika": "^2.0.6",
  48. "google-libphonenumber": "3.2.38",
  49. "human-readable": "^0.2.1",
  50. "jsdom": "^20.0.1",
  51. "axios-cookiejar-support": "^5.0.5",
  52. "@seald-io/nedb": "^4.1.1",
  53. "node-os-utils": "^1.3.6",
  54. "club-atticus": "1.1.3",
  55. "link-preview-js": "^3.0.0",
  56. "lodash": "^4.17.21",
  57. "lowdb": "^3.0.0",
  58. "mongoose": "^6.6.5",
  59. "node-fetch": "^3.2.10",
  60. "node-gtts": "^2.0.2",
  61. "node-webpmux": "^3.1.3",
  62. "perf_hooks": "^0.0.1",
  63. "pino": "^8.6.1",
  64. "pino-pretty": "^9.1.1",
  65. "qrcode": "^1.5.1",
  66. "qrcode-terminal": "^0.12.0",
  67. "readline": "^1.3.0",
  68. "similarity": "^1.2.1",
  69. "g-i-s": "^2.1.6",
  70. "socket.io": "^4.5.2",
  71. "syntax-error": "^1.4.0",
  72. "terminal-image": "^2.0.0",
  73. "url-regex-safe": "^3.0.0",
  74. "emoji-api": "^2.0.1",
  75. "translate-google-api": "^1.0.4",
  76. "yt-search": "^2.12.1",
  77. "openai": "^3.3.0",
  78. "megajs": "^1.1.3",
  79. "mime-types": "^2.1.35",
  80. "fuzzysort": "^1.0.0",
  81. "api-dylux": "^1.8.3",
  82. "diskusage": "^1.2.0",
  83. "yargs": "^17.6.0",
  84. "@hiudyy/ytdl": "^0.2.3",
  85. "ytdl-core": "latest",
  86. "p-queue": "^7.0.0",
  87. "puppeteer": "^19.0.0"
  88. },
  89. "optionalDependencies": {
  90. "wa-sticker-formatter": "^4.3.2",
  91. "moment-timezone": "^0.5.37"
  92. }}