2024-01-25 15:36:58 +00:00
|
|
|
{
|
|
|
|
"name": "iut-project-cemal",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node server",
|
2021-04-12 03:24:17 +00:00
|
|
|
"test": "lab -a @hapi/code -I \"__core-js_shared__,CSS,regeneratorRuntime,core\" -L",
|
2024-01-25 15:36:58 +00:00
|
|
|
"lint": "eslint ."
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@hapi/boom": "9.x.x",
|
|
|
|
"@hapipal/haute-couture": "4.x.x",
|
2021-04-12 03:24:33 +00:00
|
|
|
"@hapipal/schwifty": "6.x.x",
|
|
|
|
"joi": "17.x.x",
|
|
|
|
"objection": "2.x.x"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"knex": "0.21.x"
|
2024-01-25 15:36:58 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@hapi/code": "8.x.x",
|
|
|
|
"@hapi/eslint-config-hapi": "13.x.x",
|
|
|
|
"@hapi/eslint-plugin-hapi": "4.x.x",
|
|
|
|
"@hapi/glue": "8.x.x",
|
|
|
|
"@hapi/hapi": "20.x.x",
|
2021-04-12 03:24:33 +00:00
|
|
|
<<<<<<< HEAD
|
2021-04-12 03:24:17 +00:00
|
|
|
"@hapi/inert": "6.x.x",
|
2021-04-12 03:24:33 +00:00
|
|
|
=======
|
|
|
|
"@hapi/hoek": "9.x.x",
|
|
|
|
>>>>>>> 66973ef ((flavor) objection v3.0.0)
|
2024-01-25 15:36:58 +00:00
|
|
|
"@hapi/lab": "24.x.x",
|
2021-04-12 03:24:17 +00:00
|
|
|
"@hapi/vision": "6.x.x",
|
2024-01-25 15:36:58 +00:00
|
|
|
"@hapipal/confidence": "6.x.x",
|
|
|
|
"@hapipal/hpal": "3.x.x",
|
|
|
|
"@hapipal/hpal-debug": "2.x.x",
|
|
|
|
"@hapipal/toys": "3.x.x",
|
|
|
|
"babel-eslint": "10.x.x",
|
|
|
|
"dotenv": "8.x.x",
|
|
|
|
"eslint": "7.x.x",
|
2021-04-12 03:24:17 +00:00
|
|
|
"exiting": "6.x.x",
|
2021-04-12 03:24:33 +00:00
|
|
|
<<<<<<< HEAD
|
2021-04-12 03:24:17 +00:00
|
|
|
"hapi-swagger": "14.x.x"
|
2021-04-12 03:24:33 +00:00
|
|
|
=======
|
|
|
|
"knex": "0.21.x",
|
|
|
|
"sqlite3": "5.x.x"
|
|
|
|
>>>>>>> 66973ef ((flavor) objection v3.0.0)
|
2024-01-25 15:36:58 +00:00
|
|
|
}
|
|
|
|
}
|