| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "siimee-backend",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "nodemon server",
- "migrate": "knex migrate:latest",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "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/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"
- },
- "devDependencies": {
- "nodemon": "^2.0.7"
- }
- }
|