package.json 1.2 KB

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