This commit is contained in:
Nikola Petrov
2023-06-17 00:39:09 +02:00
commit c0cbadb0df
11 changed files with 1238 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "^4.18.2",
"hbs": "^4.2.0",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"
}
}