| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "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/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": {
- "nodemon": "^2.0.7"
- }
- }
|