package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "joystream-leaderboard-bot",
  3. "version": "0.3.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "agrafen",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@joystream/content-metadata-protobuf": "^1.1.0",
  13. "@joystream/types": "^0.16.1",
  14. "@polkadot/api": "4.2.1",
  15. "@types/cli-progress": "^3.9.1",
  16. "@types/fluent-ffmpeg": "^2.1.16",
  17. "@types/inquirer": "^6.5.0",
  18. "@types/mime-types": "^2.1.0",
  19. "@types/proper-lockfile": "^4.1.1",
  20. "@types/slug": "^0.9.1",
  21. "ajv": "^6.11.0",
  22. "axios": "^0.21.1",
  23. "bluebird": "^3.7.2",
  24. "bn.js": "^5.2.0",
  25. "chalk": "^4.1.2",
  26. "cli-progress": "^3.9.0",
  27. "cli-ux": "^5.4.5",
  28. "discord.js": "^12.5.3",
  29. "dotenv": "^10.0.0",
  30. "fluent-ffmpeg": "^2.1.2",
  31. "inquirer": "^7.1.0",
  32. "inquirer-datepicker-prompt": "^0.4.2",
  33. "ipfs-http-client": "^47.0.1",
  34. "ipfs-only-hash": "^1.0.2",
  35. "it-all": "^1.0.4",
  36. "it-drain": "^1.0.3",
  37. "it-first": "^1.0.4",
  38. "it-last": "^1.0.4",
  39. "it-to-buffer": "^1.0.4",
  40. "json-schema": "^0.2.3",
  41. "mongoose": "5.9.25",
  42. "node-telegram-bot-api": "^0.53.0",
  43. "puppeteer": "^10.2.0",
  44. "shelljs": "^0.8.4",
  45. "slug": "^5.1.0",
  46. "ts-node": "^10.1.0",
  47. "tsconfig-paths": "^3.10.1",
  48. "typescript": "^4.3.5"
  49. },
  50. "devDependencies": {
  51. "@types/axios": "^0.14.0",
  52. "@types/mongoose": "5.7.32",
  53. "@types/node": "^15.14.2",
  54. "@types/node-telegram-bot-api": "^0.51.4"
  55. }
  56. }