-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "find-me",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ankan002/code-for-ukraine-backend-node.git"
},
"author": "Ankan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ankan002/code-for-ukraine-backend-node/issues"
},
"homepage": "https://github.com/Ankan002/code-for-ukraine-backend-node#readme",
"dependencies": {
"@azure/cognitiveservices-face": "^5.0.0",
"@azure/ms-rest-js": "^2.6.1",
"@craigbuckler/queue-mongodb": "^1.1.1",
"bcrypt": "^5.0.1",
"cloudinary": "^1.28.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"expo-server-sdk": "^3.6.0",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"express-validator": "^6.14.0",
"jsonwebtoken": "^8.5.1",
"mongodb-queue": "^4.0.0",
"mongoose": "^6.2.4",
"multer": "^1.4.1",
"node-cron": "^3.0.0",
"stream": "^0.0.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}