package.json 713 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "bot-noticias",
  3. "version": "0.0.8",
  4. "description": "Bot que busca noticias y las replica en mastodon.cl",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "build": "npx tsc",
  8. "test": "exit 0"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://git.pablo.by/Mastodon/bot-noticias.git"
  13. },
  14. "author": "Pablo Barrera Yaksic",
  15. "devDependencies": {
  16. "@types/aws-lambda": "^8.10.146",
  17. "@types/node": "^22.10.2",
  18. "eslint": "^9.17.0",
  19. "typescript": "^5.7.2"
  20. },
  21. "dependencies": {
  22. "axios": "^1.7.9",
  23. "cheerio": "^1.0.0-rc.12",
  24. "dotenv": "^16.4.7",
  25. "masto": "^6.10.1",
  26. "redis": "^4.7.0"
  27. },
  28. "trustedDependencies": [
  29. "aws-sdk",
  30. "es5-ext"
  31. ]
  32. }