UNPKG

@eggjs/tegg-schedule-decorator

Version:

tegg schedule decorator

58 lines (57 loc) 1.4 kB
{ "name": "@eggjs/tegg-schedule-decorator", "version": "3.79.2", "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": "ut run clean && tsc -p ./tsconfig.json", "tsc:pub": "ut run clean && tsc -p ./tsconfig.pub.json", "prepublishOnly": "ut 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.79.2", "@eggjs/tegg-common-util": "^3.79.2", "@eggjs/tegg-metadata": "^3.79.2", "@eggjs/tegg-types": "^3.79.2", "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": "4bf3292d5592d013a49e5ff98481df57b255f86c" }