-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
114 lines (114 loc) · 2.51 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "raccoon-only-dicom",
"version": "1.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"standard-version": {
"skip": {
"tag": true,
"commit": true
},
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
},
{
"type": "build",
"section": "Build"
}
]
},
"keywords": [],
"author": "chinlinlee",
"license": "MIT",
"dependencies": {
"@jorgeferrero/stream-to-buffer": "^2.0.6",
"7zip-min": "^1.4.4",
"axios": "^1.6.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"colorette": "^2.0.20",
"commander": "^10.0.1",
"compression": "^1.7.4",
"connect-mongo": "^5.1.0",
"connect-session-sequelize": "^7.1.7",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dicomjson-to-fhir": "^1.0.1",
"dotenv": "^16.0.3",
"env-var": "^7.3.1",
"express": "^4.18.2",
"express-session": "^1.17.2",
"flat": "^5.0.2",
"formidable": "^2.0.1",
"iconv-lite": "^0.6.3",
"image-size": "^1.1.1",
"imagemagick-cli": "^0.5.0",
"java-bridge": "^2.3.0",
"joi": "^17.6.0",
"jsonpath-plus": "^7.2.0",
"lodash": "^4.17.21",
"log4js": "^6.9.1",
"mkdirp": "^1.0.4",
"module-alias": "^2.2.2",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"mongoose": "^6.7.2",
"node-schedule": "^2.1.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"path-match": "^1.2.4",
"pg": "^8.11.1",
"pg-hstore": "^2.3.4",
"regexparam": "^2.0.1",
"request-compose": "^2.1.6",
"request-multipart": "^1.0.0",
"run-script-os": "^1.1.6",
"sequelize": "^6.32.1",
"shorthash2": "^1.0.3",
"uuid": "^9.0.1",
"ws": "^8.13.0"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint-config-prettier": "^8.5.0",
"mocha": "^10.2.0",
"mongodb-memory-server": "^8.12.2",
"sequelize-erd": "^1.3.1",
"standard-version": "^9.5.0",
"swagger-jsdoc": "^6.2.8"
}
}