added prototype

This commit is contained in:
Philippe Torrel
2026-08-03 14:46:13 +02:00
parent 831644667e
commit 44428b0495
310 changed files with 49133 additions and 93 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "website-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "npx nodemon server.js",
"server": "npx nodemon server.js"
},
"keywords": [],
"type": "module",
"license": "ISC",
"dependencies": {
"chalk": "^6.0.0",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"uuid": "^14.0.1"
}
}