package.json 1.2 KB

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