package.json 678 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "joystream-storage-bot",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "nodemon --experimental-modules --es-module-specifier-resolution=node index.js",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "nodemonConfig": {
  11. "ignore": [
  12. "db.json"
  13. ]
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "dependencies": {
  18. "axios": "^0.21.2",
  19. "discord.js": "^12.5.3",
  20. "dotenv": "^10.0.0",
  21. "g": "^2.0.1",
  22. "lowdb": "^2.1.0",
  23. "moment": "^2.29.1",
  24. "node-localstorage": "^2.2.1",
  25. "node-schedule": "^2.0.0",
  26. "nodemon": "^2.0.9",
  27. "path": "^0.12.7"
  28. },
  29. "type": "module"
  30. }