projet_fil_red_api/package.json
ExostFlash 2a264fb6a5 modfi
2025-07-11 17:13:35 +02:00

24 lines
539 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": {
"cors": "^2.8.5",
"dotenv": "^17.1.0",
"express": "^5.1.0",
"mysql2": "^3.14.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}