forked from massiliatazit/InstagramBE-BW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "InstagramBE-BW",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon -r dotenv/config ./src/server.js",
"debug": "nodemon --inspect -r dotenv/config ./src/server.js",
"start": "node ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/massiliatazit/InstagramBE-BW.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/massiliatazit/InstagramBE-BW/issues"
},
"homepage": "https://github.com/massiliatazit/InstagramBE-BW#readme",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.23.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-list-endpoints": "^5.0.0",
"express-validator": "^6.9.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.11",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"query-to-mongo": "^0.10.1",
"uniqid": "^5.3.0",
"socket.io": "^2.4.1"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.7"
}
}