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

package.json 759B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "siimee-backend",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "nodemon server",
  8. "migrate": "knex migrate:latest",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "author": "TOJ",
  12. "license": "UNLICENSED",
  13. "dependencies": {
  14. "@hapi/glue": "^8.0.0",
  15. "@hapi/hapi": "^20.1.3",
  16. "@hapi/inert": "^6.0.3",
  17. "@hapi/jwt": "^2.0.1",
  18. "@hapi/vision": "^6.0.1",
  19. "@hapipal/confidence": "^6.0.1",
  20. "@hapipal/schwifty": "^6.0.0",
  21. "dotenv": "^10.0.0",
  22. "exiting": "^6.0.1",
  23. "hapi-swagger": "^14.1.3",
  24. "joi": "^17.4.0",
  25. "knex": "^0.21.19",
  26. "mysql": "^2.18.1",
  27. "objection": "^2.2.15"
  28. },
  29. "devDependencies": {
  30. "nodemon": "^2.0.7"
  31. }
  32. }