Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaxsec authored Feb 16, 2024
1 parent 7f89c33 commit 6b831db
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions quirknotes/backend/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "backend-example-2",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node server.js",
"dev": "nodemon server.js"

},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}

0 comments on commit 6b831db

Please sign in to comment.