{
  "name": "@ose4g/cron-manager",
  "version": "1.3.2",
  "description": "Npm package for ease of working with cron jobs",
  "main": "lib/index.js",
  "scripts": {
    "test": "rimraf lib && yarn build && mocha lib/__test__ --recursive --timeout 25000 --exit",
    "build": "tsc",
    "prepare": "yarn build && rimraf lib/__test__",
    "prepublish": "yarn format",
    "format": "prettier --write .",
    "preversion": "yarn format",
    "version": "yarn format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ose-4g/cron-manager.git"
  },
  "author": {
    "name": "Osemudiamen Itua",
    "email": "osemudiamenitua@gmail.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Ose-4g/cron-manager.git/issues"
  },
  "homepage": "https://github.com/Ose-4g/cron-manager.git#readme",
  "dependencies": {
    "node-cron": "^3.0.0",
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.1.0",
    "@types/node-cron": "^3.0.1",
    "@types/sinon": "^10.0.11",
    "chai": "^4.3.6",
    "mocha": "^9.2.2",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "sinon": "^13.0.1",
    "typescript": "^4.6.2"
  },
  "files": [
    "lib/**/*"
  ],
  "keywords": [
    "cron",
    "node-cron",
    "cron-manager",
    "decorators",
    "cronjob",
    "jobmanager",
    "manager"
  ],
  "engines": {
    "node": ">=14.0.0"
  }
}
