package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "egg-utils",
  3. "version": "2.4.1",
  4. "description": "Utils for all egg projects",
  5. "main": "index.js",
  6. "files": [
  7. "index.js",
  8. "lib"
  9. ],
  10. "scripts": {
  11. "lint": "eslint .",
  12. "test": "npm run lint && ypkgfiles && egg-bin test",
  13. "cov": "egg-bin cov",
  14. "ci": "npm run lint && npm run cov",
  15. "autod": "autod"
  16. },
  17. "keywords": [
  18. "egg",
  19. "utils"
  20. ],
  21. "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/eggjs/egg-utils.git"
  25. },
  26. "license": "MIT",
  27. "dependencies": {
  28. "mkdirp": "^0.5.1",
  29. "utility": "^1.13.1"
  30. },
  31. "devDependencies": {
  32. "autod": "^2.10.1",
  33. "coffee": "^4.1.0",
  34. "cpy": "^6.0.0",
  35. "egg-bin": "^4.3.5",
  36. "egg-ci": "^1.8.0",
  37. "eslint": "^4.9.0",
  38. "eslint-config-egg": "^5.1.1",
  39. "mm": "^2.2.0",
  40. "mz-modules": "^2.0.0",
  41. "npm": "2",
  42. "npminstall": "^3.1.4",
  43. "runscript": "^1.3.0",
  44. "ypkgfiles": "^1.2.0"
  45. },
  46. "engine": {
  47. "node": ">=6.0.0"
  48. },
  49. "ci": {
  50. "version": "6, 7, 8",
  51. "license": true
  52. }
  53. }