**Motivations:** - Initialisation du versionning git pour le projet **Root causes:** - N/A (Nouveau projet) **Correctifs:** - N/A **Evolutions:** - Structure initiale du projet - Ajout du .gitignore **Pages affectées:** - Tous les fichiers
17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "builazoo-server",
|
|
"version": "1.0.0",
|
|
"description": "Build a Zoo web API (PostgreSQL, auth by keypair)",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.3.1",
|
|
"express": "^4.21.0",
|
|
"pg": "^8.13.0"
|
|
}
|
|
}
|