{
  "name": "egg-utils",
  "version": "2.5.0",
  "description": "Utils for all egg projects",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint && egg-bin test",
    "cov": "egg-bin cov",
    "ci": "npm run lint && npm run cov"
  },
  "keywords": [
    "egg",
    "utils"
  ],
  "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
  "repository": {
    "type": "git",
    "url": "https://github.com/eggjs/egg-utils.git"
  },
  "license": "MIT",
  "dependencies": {
    "mkdirp": "^0.5.1",
    "utility": "^1.15.0"
  },
  "devDependencies": {
    "coffee": "^5.1.0",
    "cpy": "^7.0.1",
    "egg-bin": "^4.9.0",
    "eslint": "^5.9.0",
    "eslint-config-egg": "^7.1.0",
    "mm": "^2.4.1",
    "mz-modules": "^2.1.0",
    "npm": "^6.4.1",
    "npminstall": "^3.15.0",
    "runscript": "^1.3.0"
  },
  "engine": {
    "node": ">=6.0.0"
  }
}
