First commit - WIP WIP

This commit is contained in:
rxf
2023-04-03 20:57:42 +02:00
commit 1dec10d12d
23 changed files with 2220 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "untitled",
"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",
"http-errors": "~1.6.3",
"mongodb": "^5.1.0",
"morgan": "~1.9.1",
"pug": "^2.0.4"
}
}