This commit is contained in:
2022-11-09 16:28:24 +05:30
commit 3eb1ef47a7
7 changed files with 1292 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "cupidserver",
"version": "1.0.0",
"description": "Matchmaking daemon for Cupid mirror",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}