{
  "name": "@inest/nestjs-schedule",
  "version": "0.0.9",
  "description": "基于Nestjs + bullMQ + redis实现的分布式任务调度模块",
  "keywords": [
    "nestjs",
    "bull",
    "bullMQ",
    "redis",
    "task",
    "cron",
    "schedule"
  ],
  "author": "iCNNN",
  "homepage": "https://github.com/i-CNNN/nestx-repo#readme",
  "bugs": {
    "url": "https://github.com/i-CNNN/nestx-repo/issues"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/i-CNNN/nestx-repo.git"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "build:watch": "tsc --build tsconfig.build.json --watch",
    "test": "jest"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.x",
    "@nestjs/core": "^10.x"
  },
  "dependencies": {
    "@nestjs/schedule": "^3.0.2",
    "bullmq": "^4.11.2"
  },
  "gitHead": "4b7ae019e6f9cea2921d4ab4126c480617661504"
}
