package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "egg-szjcomo-utils",
  3. "version": "1.0.9",
  4. "description": "基于egg.js的szjcomo常用开发工具类",
  5. "eggPlugin": {
  6. "name": "szjcomo"
  7. },
  8. "keywords": [
  9. "egg",
  10. "eggPlugin",
  11. "egg-plugin"
  12. ],
  13. "dependencies": {
  14. "mime": "^2.4.6",
  15. "szjcomo-utils": "^1.0.4",
  16. "xml2js": "^0.4.23"
  17. },
  18. "devDependencies": {
  19. "autod": "^3.0.1",
  20. "autod-egg": "^1.1.0",
  21. "egg": "^2.16.0",
  22. "egg-bin": "^4.11.0",
  23. "egg-ci": "^1.11.0",
  24. "egg-mock": "^3.21.0",
  25. "eslint": "^5.13.0",
  26. "eslint-config-egg": "^7.1.0"
  27. },
  28. "engines": {
  29. "node": ">=8.0.0"
  30. },
  31. "scripts": {
  32. "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
  33. "test-local": "egg-bin test",
  34. "cov": "egg-bin cov",
  35. "lint": "eslint .",
  36. "ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
  37. "pkgfiles": "egg-bin pkgfiles",
  38. "autod": "autod"
  39. },
  40. "files": [
  41. "app.js",
  42. "agent.js",
  43. "config",
  44. "app"
  45. ],
  46. "ci": {
  47. "version": "8, 10"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/eggjs/egg-szjcomo-utils.git"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/eggjs/egg/issues"
  55. },
  56. "homepage": "https://github.com/eggjs/egg-szjcomo-utils#readme",
  57. "author": "szjcomo",
  58. "license": "MIT"
  59. }