initial commit

This commit is contained in:
helori_ollivier
2026-04-19 21:15:23 +02:00
parent fb1bfa6123
commit 01c1dc0a63
3 changed files with 854 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1"
}
}