{ "name": "bot-noticias", "version": "0.0.9", "description": "Bot que busca noticias y las replica en mastodon.cl", "main": "dist/index.js", "scripts": { "build": "npx tsc", "test": "exit 0" }, "repository": { "type": "git", "url": "https://git.pablo.by/Mastodon/bot-noticias.git" }, "author": "Pablo Barrera Yaksic", "devDependencies": { "@types/aws-lambda": "^8.10.146", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "@typescript-eslint/typescript-estree": "^8.18.1", "@types/node": "^22.10.2", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint": "^9.17.0", "typescript": "^5.7.2" }, "dependencies": { "axios": "^1.7.9", "cheerio": "^1.0.0-rc.12", "dotenv": "^16.4.7", "masto": "^6.10.1", "redis": "^4.7.0" }, "trustedDependencies": [ "aws-sdk", "es5-ext" ] }