| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "siimee-backend",
- "version": "1.0.0",
- "description": "An API for the siimee application",
- "main": "index.js",
- "scripts": {
- "start": "nodemon server",
- "migrate": "knex migrate:latest",
- "unmigrate": "knex migrate:down",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "UNLICENSED",
- "dependencies": {
- "@hapi/glue": "^9.0.1",
- "@hapi/hapi": "^21.3.9",
- "@hapi/inert": "^7.1.0",
- "@hapi/vision": "^7.0.3",
- "@hapipal/confidence": "^6.0.2",
- "@hapipal/schmervice": "^3.0.0",
- "@hapipal/schwifty": "^6.2.0",
- "dotenv": "^16.4.5",
- "exiting": "^7.0.0",
- "hapi-swagger": "^17.2.1",
- "joi": "^17.13.0",
- "knex": "^3.1.0",
- "mysql": "^2.18.1",
- "nodemon": "^3.1.0",
- "objection": "^3.1.4"
- }
- }
|