Archived
Private
Public Access
1
0

switched to express

This commit is contained in:
2023-05-01 18:40:19 +02:00
parent 9b68b3feec
commit 3678e1008b
9 changed files with 1971 additions and 2958 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}