{ "name": "@ohif/core", "version": "3.9.1", "description": "Generic business logic for web-based medical imaging applications", "author": "OHIF Core Team", "license": "MIT", "repository": "OHIF/Viewers", "main": "dist/ohif-core.umd.js", "module": "src/index.ts", "types": "src/types/index.ts", "sideEffects": "false", "publishConfig": { "access": "public" }, "files": [ "dist", "README.md" ], "engines": { "node": ">=14", "npm": ">=6", "yarn": ">=1.16.0" }, "scripts": { "clean": "shx rm -rf dist", "clean:deep": "yarn run clean && shx rm -rf node_modules", "dev": "jest --watchAll", "dev:core": "yarn run dev", "build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js", "build:package": "yarn run build", "start": "yarn run dev", "test:unit": "jest --watchAll", "test:unit:ci": "jest --ci --runInBand --collectCoverage" }, "peerDependencies": { "@cornerstonejs/codec-charls": "^1.2.3", "@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2", "@cornerstonejs/codec-openjpeg": "^1.2.4", "@cornerstonejs/codec-openjph": "^2.4.5", "@cornerstonejs/dicom-image-loader": "^2.2.4", "@ohif/ui": "3.9.1", "cornerstone-math": "0.1.9", "dicom-parser": "^1.8.21" }, "dependencies": { "@babel/runtime": "^7.20.13", "dcmjs": "*", "dicomweb-client": "^0.10.4", "gl-matrix": "^3.4.3", "isomorphic-base64": "^1.0.2", "lodash.clonedeep": "^4.5.0", "lodash.merge": "^4.6.2", "lodash.mergewith": "^4.6.2", "moment": "*", "object-hash": "2.1.1", "query-string": "^6.14.0", "react-shepherd": "6.1.1", "shepherd.js": "13.0.3", "validate.js": "^0.12.0" }, "devDependencies": { "webpack-merge": "*" } }