@dcm/wado-image-loader
Version:
Cornerstone Image Loader for DICOM WADO-URI and WADO-RS.
69 lines (68 loc) • 1.7 kB
JSON
{
"name": "@dcm/wado-image-loader",
"version": "4.26.5",
"private": false,
"description": "Cornerstone Image Loader for DICOM WADO-URI and WADO-RS.",
"keywords": [
"cornerstone",
"dcmhub",
"dicom",
"wado",
"image-loader",
"imaging",
"loader",
"medical"
],
"homepage": "https://npm.im/@dcm/wado-image-loader",
"bugs": {
"url": "https://github.com/dcmhub/cornerstone/issues",
"email": "hello@dcmhub.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dcmhub/cornerstone",
"directory": "packages/wado-image-loader"
},
"license": "MIT",
"author": {
"name": "DcmHub Inc.",
"email": "hello@dcmhub.com",
"url": "https://dcmhub.com"
},
"contributors": [
{
"name": "Ritchie Zhu",
"email": "laozhu.me@gmail.com",
"url": "https://laozhu.me"
}
],
"main": "./dist/cornerstoneWADOImageLoader.min.js",
"module": "./src/imageLoader/index.js",
"types": "./index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"scripts": {
"build": "webpack --mode production --progress --bail",
"clean": "rimraf dist .DS_Store .eslintcache tsconfig.tsbuildinfo yarn-debug.log* yarn-error.log*",
"dev": "webpack --mode development --watch --cache --progress --bail",
"prepublish": "yarn run build"
},
"dependencies": {
"pako": "^2.0.3"
},
"devDependencies": {
"@dcm/cornerstone-core": "^4.26.4",
"@dcm/dicom-parser": "^4.26.4"
},
"engines": {
"node": ">=14.15.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"gitHead": "6387d0155790850ba120ce06ccd44c55442ef335"
}