2021-04-12 03:24:33 +00:00
|
|
|
{
|
2021-04-12 03:24:17 +00:00
|
|
|
"name": "iut-encrypt-cemal",
|
2021-04-12 03:24:33 +00:00
|
|
|
"version": "3.0.0",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"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",
|
2021-04-12 03:24:33 +00:00
|
|
|
"lint": "eslint ."
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@hapi/boom": "9.x.x",
|
2021-04-12 03:24:17 +00:00
|
|
|
"@hapi/jwt": "^3.2.0",
|
2021-04-12 03:24:33 +00:00
|
|
|
"@hapipal/haute-couture": "4.x.x",
|
2021-04-12 03:24:17 +00:00
|
|
|
"@hapipal/schmervice": "^3.0.0",
|
2021-04-12 03:24:33 +00:00
|
|
|
"@hapipal/schwifty": "6.x.x",
|
2021-04-12 03:24:17 +00:00
|
|
|
"amqplib": "^0.10.3",
|
|
|
|
"iut-encrypt-cemal": "^1.0.0",
|
2021-04-12 03:24:33 +00:00
|
|
|
"joi": "17.x.x",
|
2021-04-12 03:24:17 +00:00
|
|
|
"json2csv": "^6.0.0-alpha.2",
|
|
|
|
"mysql": "^2.18.1",
|
|
|
|
"nodemailer": "^6.9.8",
|
2021-04-12 03:24:33 +00:00
|
|
|
"objection": "2.x.x"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"knex": "0.21.x"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"@hapi/hoek": "9.x.x",
|
2021-04-12 03:24:17 +00:00
|
|
|
"@hapi/inert": "6.x.x",
|
2021-04-12 03:24:33 +00:00
|
|
|
"@hapi/lab": "24.x.x",
|
2021-04-12 03:24:17 +00:00
|
|
|
"@hapi/vision": "6.x.x",
|
2021-04-12 03:24:33 +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",
|
|
|
|
"exiting": "6.x.x",
|
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"
|
|
|
|
}
|
|
|
|
}
|