{ "name": "siimee-backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "TOJ", "license": "UNLICENSED", "dependencies": { "@hapi/hapi": "^20.1.3", "@hapi/inert": "^6.0.3", "@hapi/vision": "^6.0.1", "@hapipal/schwifty": "^6.0.0", "hapi-swagger": "^14.1.3", "joi": "^17.4.0", "knex": "^0.21.19", "mysql": "^2.18.1", "objection": "^2.2.15" }, "devDependencies": { "nodemon": "^2.0.7" } }