We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332c577 commit bddb268Copy full SHA for bddb268
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "noderestfulapi",
3
"version": "1.0.0",
4
- "description": "",
+ "description": "create restful api using swagger, mongoose and joi validation",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"start": "node server.js"
9
},
10
- "author": "",
+ "author": "Rahul Prajapati",
11
"license": "ISC",
12
"dependencies": {
13
"bcrypt": "^5.0.1",
0 commit comments