{
  "name": "dicom-tree",
  "version": "1.4.0",
  "description": "Dicom Tree File Builder",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/dicom-tree/dicom-tree.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "repository": {
    "url": "https://github.com/R4C4/dicom-tree"
  },
  "dependencies": {
    "dicom-parser": "^1.8.4"
  },
  "devDependencies": {
    "@stencil/core": "^1.8.6",
    "@stencil/sass": "^1.1.1",
    "@types/jest": "24.0.25",
    "@types/node": "^13.5.0",
    "@types/puppeteer": "1.19.0",
    "bootstrap": "^4.4.1",
    "jest": "24.9.0",
    "jest-cli": "24.9.0",
    "jshashtable": "^0.1.0",
    "puppeteer": "1.19.0",
    "rollup-plugin-node-polyfills": "^0.2.1"
  },
  "license": "MIT"
}
