{
    "name": "@tendencys/queues",
    "version": "1.0.2",
    "description": "Librería para manejar notificaciones con Bull y Redis",
    "main": "src/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "notificaciones",
        "bull",
        "redis"
    ],
    "author": "Edson Garcia",
    "license": "MIT",
    "dependencies": {
        "bull": "^3.18.0",
        "joi": "^17.12.0"
    }
}
