first commit

This commit is contained in:
2024-04-18 09:30:05 +05:30
commit ee5c224767
809 changed files with 93350 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"nodemon": "^3.1.0"
}
}