{ "name": "@ohif/mode-ultrasound-pleura-bline", "version": "3.13.0-beta.87", "description": "Allows users to annotate ultrasound images with pleura B-line annotations.", "author": "OHIF", "license": "MIT", "main": "dist/ohif-mode-ultrasound-pleura-bline.umd.js", "files": [ "dist/**", "public/**", "README.md" ], "repository": "OHIF/Viewers", "keywords": [ "ohif-mode" ], "publishConfig": { "access": "public" }, "module": "src/index.ts", "engines": { "node": ">=14", "npm": ">=6", "yarn": ">=1.16.0" }, "scripts": { "dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --output-pathinfo", "dev:cornerstone": "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 --passWithNoTests" }, "dependencies": { "@babel/runtime": "7.29.7", "@cornerstonejs/core": "4.22.10", "@cornerstonejs/tools": "4.22.10", "@ohif/core": "3.13.0-beta.87", "@ohif/extension-cornerstone-dicom-sr": "3.13.0-beta.87", "@ohif/extension-ultrasound-pleura-bline": "3.13.0-beta.87", "i18next": "17.3.1" }, "devDependencies": { "@babel/core": "7.29.7", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-transform-arrow-functions": "7.29.7", "@babel/plugin-transform-class-properties": "7.29.7", "@babel/plugin-transform-object-rest-spread": "7.29.7", "@babel/plugin-transform-private-methods": "7.29.7", "@babel/plugin-transform-regenerator": "7.29.7", "@babel/plugin-transform-runtime": "7.29.7", "@babel/plugin-transform-typescript": "7.29.7", "@babel/preset-env": "7.29.7", "@babel/preset-react": "7.29.7", "@babel/preset-typescript": "7.29.7", "@svgr/webpack": "8.1.0", "babel-loader": "8.4.1", "clean-webpack-plugin": "3.0.0", "copy-webpack-plugin": "9.1.0", "cross-env": "7.0.3", "dotenv": "8.6.0", "webpack": "5.105.0", "webpack-cli": "5.1.4", "webpack-merge": "5.10.0" } }