UNPKG

dicomweb-pacs

Version:

A self contained easy to use PACS with DICOMWEB and DIMSE service support

69 lines (68 loc) 1.7 kB
{ "name": "dicomweb-pacs", "version": "1.7.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" } }