Skip to content

Commit

Permalink
Create packageofserver.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GullSher authored Nov 30, 2024
1 parent 5945939 commit 25ba0c7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packageofserver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"mysql": "^2.18.1"
}
}

0 comments on commit 25ba0c7

Please sign in to comment.