package.json 554 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "bot-clima",
  3. "version": "0.0.1",
  4. "description": "Bot para Mastodon que obtiene la información del clima",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "htts://git.pablo.by/Mastodon/bot-clima.git"
  12. },
  13. "keywords": [
  14. "bot",
  15. "mastodon",
  16. "clima"
  17. ],
  18. "author": "Pablo Barrera Yaksic",
  19. "license": "ISC",
  20. "dependencies": {
  21. "dotenv": "^16.4.5",
  22. "mastodon-api": "^1.3.0",
  23. "openweather-api-node": "^3.1.2"
  24. }
  25. }