You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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