package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "naf-framework-mongoose-free",
  3. "version": "0.0.42",
  4. "description": "naf egg framework use mongoose - free version",
  5. "dependencies": {
  6. "axios": "^0.19.0",
  7. "colors": "^1.4.0",
  8. "egg": "^2.23.0",
  9. "egg-mongoose": "^3.2.0",
  10. "egg-scripts": "^2.11.0",
  11. "egg-validate": "^2.0.2",
  12. "is-type-of": "^1.2.1",
  13. "lodash": "^4.17.15",
  14. "mongoose": "5.7.3",
  15. "naf-core": "^0.1.2",
  16. "saslprep": "^1.0.3"
  17. },
  18. "devDependencies": {
  19. "@types/lodash": "^4.14.142",
  20. "autod": "^3.1.0",
  21. "autod-egg": "^1.1.0",
  22. "egg-bin": "^4.13.2",
  23. "egg-ci": "^1.13.0",
  24. "egg-mock": "^3.24.1",
  25. "eslint": "^6.5.1",
  26. "eslint-config-egg": "^7.5.1",
  27. "eslint-config-naf": "^0.0.6",
  28. "jsonwebtoken": "^8.5.1",
  29. "webstorm-disable-index": "^1.2.0"
  30. },
  31. "engines": {
  32. "node": ">=8.9.0"
  33. },
  34. "scripts": {
  35. "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
  36. "test-local": "egg-bin test",
  37. "cov": "egg-bin cov",
  38. "lint": "eslint .",
  39. "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
  40. "autod": "autod",
  41. "pkgfiles": "egg-bin pkgfiles"
  42. },
  43. "ci": {
  44. "version": "8, 9"
  45. },
  46. "repository": {
  47. "type": "git",
  48. "url": ""
  49. },
  50. "keywords": [
  51. "egg",
  52. "egg-framework"
  53. ],
  54. "author": "dyg",
  55. "files": [
  56. "app",
  57. "config",
  58. "lib",
  59. "index.js",
  60. "index.d.ts",
  61. "app.js"
  62. ],
  63. "license": "MIT",
  64. "publishConfig": {
  65. "registry": "https://registry.npmjs.org/"
  66. }
  67. }