RocketChat/Rocket.Chat

View on GitHub
packages/agenda/package.json

Summary

Maintainability
Test Coverage
{
    "name": "@rocket.chat/agenda",
    "description": "Fork of https://github.com/agenda/agenda",
    "version": "0.1.0",
    "private": true,
    "dependencies": {
        "cron": "~1.8.2",
        "date.js": "~0.3.3",
        "debug": "~4.1.1",
        "human-interval": "^2.0.1",
        "moment-timezone": "~0.5.43",
        "mongodb": "^4.17.2"
    },
    "devDependencies": {
        "@types/debug": "^4.1.10",
        "eslint": "~8.45.0",
        "typescript": "~5.3.3"
    },
    "scripts": {
        "lint": "eslint --ext .js,.jsx,.ts,.tsx .",
        "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
        "build": "rm -rf dist && tsc -p tsconfig.json"
    },
    "main": "./dist/index.js",
    "typings": "./dist/index.d.ts",
    "files": [
        "/dist"
    ]
}