The official leaked source code of the Dyno Discord Bot.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.0 KiB

4 years ago
  1. {
  2. "name": "Dyno",
  3. "version": "4.0.0",
  4. "homepage": "https://github.com/FlexLabs/Dyno",
  5. "author": {
  6. "name": "Brian Tanner",
  7. "email": "[email protected]"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/FlexLabs/Dyno.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/FlexLabs/Dyno/issues"
  15. },
  16. "private": true,
  17. "scripts": {
  18. "start": "node src/start.js"
  19. },
  20. "main": "src/index.js",
  21. "typings": "src/index.d.ts",
  22. "engines": {
  23. "node": ">=6.0.0"
  24. },
  25. "engineStrict": true,
  26. "dependencies": {
  27. "@dyno.gg/customcommands": "^1.1.0",
  28. "@dyno.gg/datafactory": "^1.4.3",
  29. "@dyno.gg/dyno-core": "^1.3.0",
  30. "@dyno.gg/eris": "0.8.18",
  31. "async-each": "^1.0.1",
  32. "axios": "^0.17.1",
  33. "blocked": "^1.2.1",
  34. "bluebird": "^3.4.1",
  35. "bufferutil": ">=1.2.1",
  36. "cli-progress": "^3.1.0",
  37. "config": "^1.29.4",
  38. "dot-object": "^1.9.0",
  39. "envkey": "^1.2.7",
  40. "eventemitter3": "^2.0.2",
  41. "express": "^4.16.4",
  42. "glob": "^7.1.2",
  43. "glob-promise": "^3.1.0",
  44. "google": "^2.1.0",
  45. "hot-shots": "^4.3.1",
  46. "ioredis": "^3.2.1",
  47. "ioredis-lock": "^3.4.0",
  48. "jayson": "^3.0.2",
  49. "js-yaml": "^3.10.0",
  50. "matomo-tracker": "^2.2.0",
  51. "minimatch": "^3.0.4",
  52. "moment": "^2.13.0",
  53. "moment-duration-format": "^1.3.0",
  54. "mongoose_schema-json": "^1.0.3",
  55. "node-oom-heapdump": "^1.1.4",
  56. "pidusage": "^1.1.0",
  57. "prom-client": "^11.3.0",
  58. "raven": "^1.1.1",
  59. "snowtransfer": "^0.2.1",
  60. "uuid": "^3.3.2",
  61. "winston": "github:briantanner/winston",
  62. "zlib-sync": "^0.1.5"
  63. },
  64. "devDependencies": {
  65. "eslint": "^3.5.0",
  66. "gulp": "^3.9.1",
  67. "gulp-eslint": "^3.0.1",
  68. "longjohn": "^0.2.12"
  69. },
  70. "optionalDependencies": {
  71. "@dyno.gg/automod": "^1.3.5",
  72. "@dyno.gg/autoroles": "^1.1.5",
  73. "@dyno.gg/fun": "0.3.3",
  74. "@dyno.gg/manager": "^1.0.11",
  75. "@dyno.gg/moderation": "^1.3.8",
  76. "@dyno.gg/modules": "^1.5.6",
  77. "@dyno.gg/music": "^4.4.0"
  78. }
  79. }