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

package.json 869B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "siimee-backend",
  3. "version": "1.0.0",
  4. "description": "An API for the siimee application",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "nodemon server",
  8. "migrate": "knex migrate:latest",
  9. "unmigrate": "knex migrate:down",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "author": "",
  13. "license": "UNLICENSED",
  14. "dependencies": {
  15. "@hapi/glue": "^9.0.1",
  16. "@hapi/hapi": "^21.3.9",
  17. "@hapi/inert": "^7.1.0",
  18. "@hapi/vision": "^7.0.3",
  19. "@hapipal/confidence": "^6.0.2",
  20. "@hapipal/schmervice": "^3.0.0",
  21. "@hapipal/schwifty": "^6.2.0",
  22. "dotenv": "^16.4.5",
  23. "exiting": "^7.0.0",
  24. "joi": "^17.13.0",
  25. "knex": "^3.1.0",
  26. "mysql": "^2.18.1",
  27. "nodemon": "^3.1.0",
  28. "objection": "^3.1.4"
  29. }
  30. }