{ "name": "@ohif/sr-mode-example", "version": "0.0.1", "description": "Example SR mode for OHIF", "author": "OHIF", "license": "MIT", "repository": "OHIF/Viewers", "main": "dist/index.umd.js", "module": "src/index.js", "engines": { "node": ">=10", "npm": ">=6", "yarn": ">=1.16.0" }, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --debug --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" }, "peerDependencies": {}, "dependencies": { "@babel/runtime": "7.7.6" } }