package.json 1.2 KB

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