-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 929 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 929 Bytes
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": "birlikte-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon ./src/app.js"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"@azure/storage-blob": "^12.12.0",
"azure-storage": "^2.10.7",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"date-and-time": "^2.4.2",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-mongo-sanitize": "^2.2.0",
"firebase-admin": "^11.5.0",
"helmet": "^6.0.1",
"into-stream": "^6.0.0",
"jimp": "^0.22.4",
"joi": "^17.7.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.3.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.20",
"socket.io": "^4.6.0",
"socket.io-client": "^4.6.0",
"uuid": "^9.0.0"
}
}