-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 913 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 913 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Niveamans/backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Niveamans/backend/issues"
},
"homepage": "https://github.com/Niveamans/backend#readme",
"dependencies": {
"@google-cloud/storage": "^6.9.4",
"@googleapis/healthcare": "^6.0.2",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dicom-parser": "^1.8.21",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase": "^9.19.1",
"google-auth-library": "^8.7.0",
"helmet": "^6.0.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.22"
}
}