{
  "name": "lib-task-scheduler",
  "version": "5.4.338",
  "description": "A lightweight, modular task scheduler.",
  "homepage": "https://github.com/convoyinc/lib-task-scheduler",
  "bugs": "https://github.com/convoyinc/lib-task-scheduler/issues",
  "license": "Apache-2.0",
  "repository": "convoyinc/lib-task-scheduler",
  "main": "./dist/src",
  "files": [
    "dist",
    "*.md"
  ],
  "scripts": {
    "bump": "./scripts/bump",
    "clean": "./scripts/clean",
    "compile": "./scripts/compile",
    "example": "./scripts/example",
    "prepublish": "./scripts/prepublish",
    "release": "./scripts/release",
    "test": "./scripts/test",
    "test:style": "./scripts/test:style",
    "test:unit": "./scripts/test:unit"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "dependencies": {
    "aws-sdk": "^2.451.0",
    "bluebird": "^3.0.35",
    "lodash": ">= 4.16.4",
    "moment-timezone": "*",
    "opentracing": "^0.14.4"
  },
  "devDependencies": {
    "@types/bluebird": "3.0.35",
    "@types/chai": "4.2.7",
    "@types/chai-as-promised": "7.1.2",
    "@types/lodash": "4.14.149",
    "@types/mocha": "2.2.32",
    "@types/moment-timezone": "0.2.32",
    "@types/node": "^13.1.6",
    "@types/sinon": "7.5.1",
    "@types/sinon-chai": "3.2.3",
    "chai": "4.2.0",
    "chai-as-promised": "7.1.1",
    "chai-subset": "1.2.2",
    "mocha": "2.5.3",
    "mocha-circleci-reporter": "0.0.1",
    "mocha-clean": "1.0.0",
    "sinon": "8.0.4",
    "sinon-chai": "3.4.0",
    "ts-node": "6.2.0",
    "tslint": "3.12.1",
    "typescript": "3.7.4"
  }
}
