| 123456789101112131415161718192021222324252627 |
- {
- "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",
- "@hapipal/schwifty": "^6.0.0",
- "hapi-sequelizejs": "^4.4.0",
- "hapi-swaggered": "^3.0.2",
- "hapi-swaggered-ui": "^3.1.0",
- "joi": "^13.7.0",
- "knex": "^0.21.19",
- "mysql": "^2.18.1",
- "objection": "^2.2.15"
- },
- "devDependencies": {
- "nodemon": "^2.0.7"
- },
- "type": "module"
- }
|