Files
kickkingsapi/package.json
T
2022-11-09 16:28:24 +05:30

15 lines
290 B
JSON

{
"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"
}
}