{
  "name": "nest-cron-manager",
  "description": "Powerful, flexible and simple way to manage cron jobs in NestJS",
  "version": "2.1.3",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "author": "Gbenga Omowole <omowole.gbenga@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/creativogee/nest-cron-manager.git"
  },
  "keywords": [
    "cron",
    "scheduler",
    "nestjs",
    "typescript"
  ],
  "scripts": {
    "build": "npm run clean && tsc",
    "prepublishOnly": "npm run build",
    "clean": "rm -rf dist",
    "commit": "git-cz",
    "test": "jest --forceExit --testTimeout 60000",
    "test:cov": "npm run test --coverage",
    "test:silent": "npm run test --silent"
  },
  "devDependencies": {
    "@nestjs/common": "^10.3.10",
    "@nestjs/testing": "^10.4.1",
    "@types/crypto-js": "^4.2.2",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.2.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "ioredis": "^5.4.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "cron": "^3.1.7",
    "crypto-js": "^4.2.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
