{ "name": "siimee-backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon server", "migrate": "knex migrate:latest", "unmigrate": "knex migrate:down", "seed": "knex seed:run", "test": "nyc ava --timeout=3000" }, "author": "TOJ", "license": "UNLICENSED", "dependencies": { "@hapi/glue": "^8.0.0", "@hapi/hapi": "^20.1.3", "@hapi/inert": "^6.0.3", "@hapi/jwt": "^2.0.1", "@hapi/vision": "^6.0.1", "@hapipal/confidence": "^6.0.1", "@hapipal/schmervice": "^2.0.0", "@hapipal/schwifty": "^6.0.0", "dotenv": "^10.0.0", "exiting": "^6.0.1", "hapi-swagger": "^14.1.3", "joi": "^17.4.0", "knex": "^0.21.19", "mysql": "^2.18.1", "objection": "^2.2.15", "secure-password": "^4.0.0" }, "devDependencies": { "ava": "^3.15.0", "eslint": "^7.28.0", "nodemon": "^2.0.7", "nyc": "^15.1.0" } }