Advertisement
Guest User

Untitled

a guest
May 24th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. {
  2. "name": "mei-discord",
  3. "version": "2.0.0-alpha-2",
  4. "description": "An interactive discord bot",
  5. "main": "Mei.js",
  6. "engines": {
  7. "node": "10.15.3",
  8. "npm": "6.4.1"
  9. },
  10. "dependencies": {
  11. "axios": "^0.18.0",
  12. "booru": "^0.4.0",
  13. "chalk": "^2.4.1",
  14. "common-tags": "^1.7.2",
  15. "danbooru": "^3.0.7",
  16. "discord.js": "^11.3.2",
  17. "discord.js-commando": "^0.10.0",
  18. "dotenv": "^5.0.1",
  19. "moment": "^2.22.1",
  20. "moment-duration-format": "^2.2.2",
  21. "ms": "^2.1.1",
  22. "path": "^0.12.7",
  23. "random-puppy": "^1.1.0",
  24. "sqlite": "^2.9.1"
  25. },
  26. "devDependencies": {
  27. "eslint": "^4.19.1"
  28. },
  29. "scripts": {
  30. "test": "eslint .",
  31. "start": "node Mei.js"
  32. },
  33. "repository": {
  34. "type": "git",
  35. "url": "git+https://github.com/itsYuuki/mei-discord.git"
  36. },
  37. "author": "Eris",
  38. "license": "MIT",
  39. "bugs": {
  40. "url": "https://github.com/itsYuuki/mei-discord/issues"
  41. },
  42. "homepage": "https://github.com/itsYuuki/mei-discord#readme"
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement