mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-05-29 19:46:41 +02:00
27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"name": "app-rappaurio",
|
|
"version": "1.2.0",
|
|
"description": "Require nodejs 14 or higher",
|
|
"main": "app.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"author": "Dario WEINBERGER & Raphael PAYET",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.5.1",
|
|
"bcryptjs": "^2.4.3",
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"hbs": "^4.2.0",
|
|
"http-errors": "~1.6.3",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"morgan": "~1.9.1",
|
|
"mysql": "^2.18.1",
|
|
"wikiapi": "^1.19.4"
|
|
}
|
|
}
|