{
  "name": "@eggjs/tegg-schedule-decorator",
  "version": "3.58.0",
  "description": "tegg schedule decorator",
  "main": "dist/index.js",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "typings": "dist/index.d.ts",
  "keywords": [
    "egg",
    "typescript",
    "runtime",
    "tegg"
  ],
  "scripts": {
    "clean": "tsc -b --clean",
    "tsc": "npm run clean && tsc -p ./tsconfig.json",
    "tsc:pub": "npm run clean && tsc -p ./tsconfig.pub.json",
    "prepublishOnly": "npm run tsc:pub"
  },
  "author": "killagu <killa123@126.com>",
  "license": "MIT",
  "homepage": "https://github.com/eggjs/tegg",
  "bugs": {
    "url": "https://github.com/eggjs/tegg/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:eggjs/tegg.git",
    "directory": "core/schedule-decorator"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@eggjs/core-decorator": "^3.58.0",
    "@eggjs/tegg-common-util": "^3.58.0",
    "@eggjs/tegg-metadata": "^3.58.0",
    "@eggjs/tegg-types": "^3.58.0",
    "cron-parser": "^2.18.0"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.2.4",
    "cross-env": "^7.0.3",
    "egg-schedule": "^3.6.6",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a6d2b0ccd02a91cb51c34ca8bcab7b2b765a4164"
}
