選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 829B

12345678910111213141516171819202122232425262728293031323334
  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/schmervice": "^2.0.0",
  21. "@hapipal/schwifty": "^6.0.0",
  22. "dotenv": "^10.0.0",
  23. "exiting": "^6.0.1",
  24. "hapi-swagger": "^14.1.3",
  25. "joi": "^17.4.0",
  26. "knex": "^0.21.19",
  27. "mysql": "^2.18.1",
  28. "objection": "^2.2.15",
  29. "secure-password": "^4.0.0"
  30. },
  31. "devDependencies": {
  32. "nodemon": "^2.0.7"
  33. }
  34. }