{
  "name": "@ohif/static-wado-webserver",
  "version": "0.6.6",
  "description": "Webserver to serve a static-wado repo",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "StaticWado",
    "StaticWadoServer",
    "DICOM",
    "DICOMweb"
  ],
  "author": [
    "Chris Hafey <chafey@gmail.com>",
    "Bill Wallace <bill.wallace@radicalimaging.com>"
  ],
  "contributors": [
    "Rodolfo Costa <rodolfo.costa@radicalimaging.com>"
  ],
  "engines": {
    "node": ">=14.18.1",
    "npm": ">=6.14.15",
    "yarn": ">=1.22.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/OHIF/static-wado",
    "directory": "packages/static-wado-scp"
  },
  "bugs": {
    "url": "https://github.com/OHIF/static-wado/issues"
  },
  "homepage": "https://github.com/OHIF/static-wado#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "bin": "bin"
  },
  "files": [
    "bin",
    "lib"
  ],
  "bin": {
    "dicomwebserver": "bin/dicomwebserver.mjs"
  },
  "scripts": {
    "test": "jest --config ./jest.config.js",
    "build": "echo \"No build yet\" && exit 0",
    "lint": "npx eslint --color \"*(bin|lib)/**/*.{js,mjs}\"",
    "lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
  },
  "dependencies": {
    "@ohif/static-wado-creator": "^0.6.5",
    "@ohif/static-wado-plugins": "^0.6.3",
    "@ohif/static-wado-util": "^0.6.3",
    "config-point": "^0.4.3",
    "cors": "^2.8.5",
    "dcmjs": "^0.19.6",
    "dcmjs-dimse": "^0.0.15",
    "express": "^4.17.2",
    "formidable": "^2.0.1",
    "morgan": "^1.10.0",
    "regenerator-runtime": "^0.13.9",
    "rxjs": "^7.5.4"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.17.0",
    "must": "^0.13.4"
  },
  "gitHead": "26d05d0c78e5a41af36b47580c483535392a665d"
}
