您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 681B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "diligent-node-api",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.dilig.net/stefan.stamenovic/diligent-node-api"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "bcryptjs": "^2.4.3",
  17. "express": "^4.18.1",
  18. "express-jwt": "^7.7.2",
  19. "joi": "^17.6.0",
  20. "jsonwebtoken": "^8.5.1",
  21. "mongodb": "^4.6.0",
  22. "mongoose": "^6.3.4",
  23. "nodemon": "^2.0.16",
  24. "request": "^2.88.2",
  25. "swagger-jsdoc": "^6.2.1",
  26. "swagger-ui-express": "^4.4.0",
  27. "validator": "^13.7.0"
  28. }
  29. }