Files
suivi_achat/package.json
2024-12-14 13:39:59 +01:00

18 lines
332 B
JSON

{
"name": "calculateur_prix",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.21.2"
}
}