Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-dev7 committed May 9, 2022
1 parent 332c577 commit bddb268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "noderestfulapi",
"version": "1.0.0",
"description": "",
"description": "create restful api using swagger, mongoose and joi validation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"author": "Rahul Prajapati",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
Expand Down

0 comments on commit bddb268

Please sign in to comment.