package.json 408 B

12345678910111213141516171819
  1. {
  2. "name": "uptimebot",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Owen Diffey",
  10. "license": "MIT",
  11. "dependencies": {
  12. "body-parser": "^1.17.1",
  13. "config": "^1.25.1",
  14. "discord.js": "^11.0.0",
  15. "express": "^4.15.2",
  16. "fs": "0.0.1-security",
  17. "node-webhooks": "^1.1.32"
  18. }
  19. }