{
  "name": "dwv-simplistic",
  "version": "0.10.0",
  "description": "Simple medical viewer using DWV (DICOM Web Viewer).",
  "keywords": [
    "DICOM",
    "medical",
    "imaging"
  ],
  "license": "GPL-3.0",
  "author": "ivmartel <ivmartel@gmail.com>",
  "homepage": "https://ivmartel.github.io/dwv-simplistic/",
  "repository": {
    "type": "git",
    "url": "https://github.com/ivmartel/dwv-simplistic"
  },
  "type": "module",
  "sideEffects": false,
  "main": "dist/dwvsimplistic.min.js",
  "dependencies": {
    "dwv": "0.35.1"
  },
  "devDependencies": {
    "@babel/core": "^7.28.0",
    "@babel/preset-env": "^7.28.0",
    "@eslint/js": "^9.30.1",
    "@stylistic/eslint-plugin": "^5.1.0",
    "babel-loader": "^10.0.0",
    "css-loader": "^7.1.2",
    "eslint": "^9.30.1",
    "eslint-plugin-jsdoc": "^51.3.3",
    "globals": "^16.3.0",
    "html-webpack-plugin": "^5.6.3",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.2",
    "webpack-merge": "^6.0.1"

  },
  "scripts": {
    "start": "webpack serve --config config/webpack.dev.js",
    "build": "webpack --config config/webpack.prod.js",
    "lint": "eslint -c config/eslint.config-full.js 'src/**/*.js' '*.js'"
  }
}
