123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "egg-schedule",
- "version": "3.6.6",
- "description": "schedule plugin for egg, support corn job.",
- "eggPlugin": {
- "name": "schedule"
- },
- "files": [
- "app",
- "lib",
- "config",
- "agent.js",
- "app.js"
- ],
- "repository": {
- "type": "git",
- "url": "git@github.com:eggjs/egg-schedule.git"
- },
- "keywords": [
- "egg",
- "egg-plugin",
- "eggPlugin",
- "schedule",
- "cron"
- ],
- "dependencies": {
- "cron-parser": "^2.16.3",
- "humanize-ms": "^1.2.1",
- "is-type-of": "^1.2.1",
- "safe-timers": "^1.1.0",
- "utility": "^1.16.3"
- },
- "devDependencies": {
- "autod": "^3.1.0",
- "egg": "^2.27.0",
- "egg-bin": "^4.15.0",
- "egg-ci": "^1.15.0",
- "egg-mock": "^4.0.1",
- "eslint": "^7.8.0",
- "eslint-config-egg": "^8.1.1",
- "mz-modules": "^2.1.0"
- },
- "engines": {
- "node": ">=8.0.0"
- },
- "scripts": {
- "lint": "eslint .",
- "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
- "autod": "autod"
- },
- "ci": {
- "version": "10, 12",
- "license": true
- },
- "author": "dead_horse",
- "license": "MIT"
- }
|