{
  "name": "egg-logrotator",
  "version": "3.2.0",
  "description": "logrotator for egg",
  "eggPlugin": {
    "name": "logrotator",
    "dep": [
      "schedule"
    ]
  },
  "keywords": [
    "egg",
    "eggPlugin",
    "egg-plugin",
    "logger",
    "logrotator"
  ],
  "files": [
    "app",
    "utils.js",
    "config",
    "agent.js",
    "app.js"
  ],
  "dependencies": {
    "moment": "^2.24.0",
    "mz": "^2.7.0"
  },
  "devDependencies": {
    "egg": "^2.0.0",
    "egg-bin": "^4.13.0",
    "egg-logger": "^2.4.1",
    "egg-mock": "^3.22.2",
    "eslint": "8",
    "eslint-config-egg": "12",
    "glob": "^7.1.3",
    "mz-modules": "^2.1.0",
    "pedding": "1"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint -- --fix && npm run test-local",
    "test-local": "egg-bin test",
    "cov": "egg-bin cov",
    "ci": "npm run lint && npm run cov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eggjs/egg-logrotator.git"
  },
  "bugs": {
    "url": "https://github.com/eggjs/egg/issues"
  },
  "homepage": "https://github.com/eggjs/egg-logrotator#readme",
  "author": "tianyi.jiangty",
  "license": "MIT"
}
