{
  "name": "@radicalimaging/static-wado-util",
  "version": "1.7.6",
  "description": "Utils for other packages.",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "commander",
    "StaticWado"
  ],
  "author": "Rodolfo Ladeira <rodolfo2611@gmail.com>",
  "contributors": [
    "Bill Wallace <bill.wallace@radicalimaging.com>"
  ],
  "engines": {
    "node": ">=14.18.1",
    "npm": ">=6.14.15",
    "yarn": ">=1.22.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/radicalimaging/static-dicomweb",
    "directory": "packages/static-wado-util"
  },
  "bugs": {
    "url": "https://github.com/radicalimaging/static-dicomweb/issues"
  },
  "homepage": "https://github.com/radicalimaging/static-dicomweb#readme",
  "license": "ISC",
  "format": "es",
  "type": "module",
  "main": "lib/index.ts",
  "module": "lib/index.ts",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "default": "./lib/index.ts",
      "esm": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./*.mjs": {
      "default": "./lib/*.mjs",
      "esm": "./dist/*.mjs",
      "types": "./dist/*.d.mts"
    },
    "./*": {
      "default": "./lib/*",
      "esm": "./dist/*",
      "types": "./dist/*.d.ts"
    }
  },
  "files": [
    "lib",
    "dist",
    "bin"
  ],
  "dependencies": {
    "@cornerstonejs/codec-openjpeg": ">=1.2.3",
    "@cornerstonejs/codec-openjph": ">=2.4.5",
    "@cornerstonejs/dicom-codec": ">=1.0.5",
    "commander": "^10.0.0",
    "config-point": ">=0.5.1",
    "dcmjs": "0.50.0",
    "imurmurhash": "^0.1.4",
    "jpeg-lossless-decoder-js": ">=2.0.4",
    "json5": "^2.2.1",
    "loglevel": "1.9.2",
    "must": "^0.13.4",
    "node-object-hash": "^3.0.0"
  },
  "scripts": {
    "test": "jest --config ./jest.config.cjs",
    "build": "bun run build:esm",
    "build:esm": "tsc --project ./tsconfig.json",
    "clean": "rimraf dist",
    "link:exec": "npm link",
    "lint": "npx eslint --color \"**/*.{js,mjs,cjs}\"",
    "lint:fix": "npx eslint --fix --color \"**/*.{js,mjs,cjs}\"",
    "pack:js": "npm pack --",
    "publishJS": "yarn publish  --no-git-tag-version"
  },
  "devDependencies": {
    "must": "^0.13.4"
  }
}
