12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "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.136",
- "@types/node": "^20.12.2",
- "@typescript-eslint/eslint-plugin": "^6.21.0",
- "eslint": "^8.57.0",
- "eslint-config-standard-with-typescript": "^43.0.1",
- "eslint-plugin-import": "^2.29.1",
- "eslint-plugin-n": "^16.6.2",
- "eslint-plugin-promise": "^6.1.1",
- "serverless-offline": "^13.3.3",
- "serverless-plugin-typescript": "^2.1.5",
- "typescript": "^5.4.3"
- },
- "dependencies": {
- "axios": "^1.6.8",
- "cheerio": "^1.0.0-rc.12",
- "dotenv": "^16.4.5",
- "masto": "^6.7.0",
- "redis": "^4.6.13"
- },
- "trustedDependencies": [
- "aws-sdk",
- "es5-ext",
- "serverless"
- ]
- }
|