-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
68 lines (68 loc) · 1.59 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
{
"name": "dicomweb-pacs",
"version": "1.6.0",
"description": "A self contained easy to use PACS with DICOMWEB and DIMSE service support",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"import": "node src/storescu.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knopkem/dicomweb-pacs.git"
},
"keywords": [
"DICOMWEB",
"PACS",
"ARCHIVE",
"DIMSE",
"DICOM",
"STORE",
"MOVE",
"GET",
"FIND",
"SCP",
"SCU",
"OHIF",
"VIEWER",
"ORTHANC",
"DCMTK",
"DCM4CHEE",
"PACSONE",
"CONQUEST"
],
"author": "Michael Knopke",
"license": "MIT",
"bin": {
"dicomweb-pacs": "bin/dicomweb-pacs"
},
"bugs": {
"url": "https://github.com/knopkem/dicomweb-pacs/issues"
},
"homepage": "https://github.com/knopkem/dicomweb-pacs#readme",
"dependencies": {
"@fastify/autoload": "^5.8.0",
"@fastify/cors": "^9.0.0",
"@fastify/helmet": "^11.1.1",
"@fastify/sensible": "^5.5.0",
"@fastify/static": "^6.12.0",
"@iwharris/dicom-data-dictionary": "^1.26.0",
"close-with-grace": "^1.2.0",
"config": "^3.3.10",
"dicom-data-dictionary": "^0.3.1",
"dicom-dimse-native": "2.4.6",
"dicom-parser": "^1.8.21",
"fastify": "^4.26.0",
"fs-walk": "^0.0.2",
"shelljs": "^0.8.5",
"simple-node-logger": "^21.8.12"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4"
}
}