23 lines
517 B
JSON
23 lines
517 B
JSON
{
|
|
"name": "projet_fil_red_api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.lehub.tf:2222/SchoolTask/projet_fil_red_api.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.1.0",
|
|
"express": "^5.1.0",
|
|
"mysql2": "^3.14.1",
|
|
"swagger-jsdoc": "^6.2.8",
|
|
"swagger-ui-express": "^5.0.1"
|
|
}
|
|
}
|