First commit - WIP WIP
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user