-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 845 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "rest-api-with-nodejs",
"version": "1.0.0",
"description": "this a simple nodejs rest api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [
"rest",
"api\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[C\u001b[C\u001b[D",
"my",
"first",
"rest",
"api",
"with",
"node",
"js"
],
"author": "EL BAHLOUL Abdelali",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"moesif-express": "^2.9.15",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"multer": "^1.4.2"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}