{
  "name": "@nestjs/schedule",
  "version": "0.4.3",
  "description": "Nest - modern, fast, powerful node.js web framework (@schedule)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "url": "https://github.com/nestjs/schedule#readme",
  "scripts": {
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "format": "prettier **/**/*.ts --ignore-path ./.prettierignore --write",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "test:integration": "jest --config ./tests/jest-e2e.json --runInBand",
    "prerelease": "npm run build",
    "release": "release-it"
  },
  "dependencies": {
    "cron": "1.7.2",
    "uuid": "8.3.2"
  },
  "devDependencies": {
    "@commitlint/cli": "12.0.1",
    "@commitlint/config-angular": "12.0.1",
    "@nestjs/common": "7.6.13",
    "@nestjs/core": "7.6.13",
    "@nestjs/platform-express": "7.6.13",
    "@nestjs/testing": "7.6.13",
    "@types/cron": "1.7.2",
    "@types/jest": "26.0.20",
    "@types/node": "7.10.14",
    "@types/sinon": "9.0.11",
    "@types/uuid": "8.3.0",
    "@typescript-eslint/eslint-plugin": "4.17.0",
    "@typescript-eslint/parser": "4.17.0",
    "eslint": "7.21.0",
    "eslint-config-prettier": "8.1.0",
    "eslint-plugin-import": "2.22.1",
    "husky": "5.1.3",
    "jest": "26.6.3",
    "lint-staged": "10.5.4",
    "prettier": "2.2.1",
    "reflect-metadata": "0.1.13",
    "release-it": "14.4.1",
    "rimraf": "3.0.2",
    "rxjs": "6.6.6",
    "sinon": "9.2.4",
    "ts-jest": "26.5.3",
    "typescript": "4.2.3"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.10.11 || ^7.0.0",
    "reflect-metadata": "^0.1.12"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nestjs/schedule"
  }
}
