{
  "name": "ecg-dicom-web-viewer",
  "version": "2.1.4",
  "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.3.0"
  },
  "devDependencies": {
    "css-loader": "^7.1.2",
    "source-map-loader": "^5.0.0",
    "style-loader": "^4.0.0",
    "ts-loader": "^9.5.4",
    "typescript": "^5.9.3",
    "webpack": "^5.102.1",
    "webpack-cli": "^6.0.1"
  }
}
