1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "egg-utils",
- "version": "2.4.1",
- "description": "Utils for all egg projects",
- "main": "index.js",
- "files": [
- "index.js",
- "lib"
- ],
- "scripts": {
- "lint": "eslint .",
- "test": "npm run lint && ypkgfiles && egg-bin test",
- "cov": "egg-bin cov",
- "ci": "npm run lint && npm run cov",
- "autod": "autod"
- },
- "keywords": [
- "egg",
- "utils"
- ],
- "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
- "repository": {
- "type": "git",
- "url": "https://github.com/eggjs/egg-utils.git"
- },
- "license": "MIT",
- "dependencies": {
- "mkdirp": "^0.5.1",
- "utility": "^1.13.1"
- },
- "devDependencies": {
- "autod": "^2.10.1",
- "coffee": "^4.1.0",
- "cpy": "^6.0.0",
- "egg-bin": "^4.3.5",
- "egg-ci": "^1.8.0",
- "eslint": "^4.9.0",
- "eslint-config-egg": "^5.1.1",
- "mm": "^2.2.0",
- "mz-modules": "^2.0.0",
- "npm": "2",
- "npminstall": "^3.1.4",
- "runscript": "^1.3.0",
- "ypkgfiles": "^1.2.0"
- },
- "engine": {
- "node": ">=6.0.0"
- },
- "ci": {
- "version": "6, 7, 8",
- "license": true
- }
- }
|