ecg-dicom-web-viewer
Version:
Together with the cornerstone library, this project allows reading and drawing ECGs from a dcm in web version.
46 lines (45 loc) • 1.24 kB
JSON
{
"name": "ecg-dicom-web-viewer",
"version": "2.1.2",
"author": "Arturo Rodrigo (https://github.com/ArturRod)",
"license": "MIT",
"description": "Together with the cornerstone library, this project allows reading and drawing ECGs from a dcm in web version.",
"main": "dist/index.umd.js",
"module": "src/index.ts",
"engines": {
"node": ">=10",
"npm": ">=6",
"yarn": ">=1.16.0"
},
"scripts": {
"build": "webpack --config ./.webpack/webpack.config.js",
"dev": "webpack --config ./.webpack/webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArturRod/ecg-dicom-web-viewer.git"
},
"keywords": [
"DICOM",
"ECG",
"MEDICAL",
"DCMJS"
],
"bugs": {
"url": "https://github.com/ArturRod/ecg-dicom-web-viewer/issues"
},
"homepage": "https://github.com/ArturRod/ecg-dicom-web-viewer#readme",
"dependencies": {
"dcmjs": "^0.37.0",
"dompurify": "^3.2.3"
},
"devDependencies": {
"css-loader": "^7.1.2",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}