dicom-microscopy-viewer-changed
Version:
Interactive web-based viewer for DICOM Microscopy Images
61 lines (60 loc) • 1.68 kB
JSON
{
"name": "@cornerstonejs/codec-openjpeg",
"version": "1.2.2",
"description": "JS/WebAssembly build of [OpenJPEG](https://github.com/uclouvain/openjpeg)",
"main": "dist/openjpegjs.js",
"publishConfig": {
"access": "public"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.14"
},
"exports": {
".": "./dist/openjpegjs.js",
"./wasm": "./dist/openjpegwasm.wasm",
"./wasmjs": "./dist/openjpegwasm.js",
"./decode": "./dist/openjpegjs_decode.js",
"./decodewasm": "./dist/openjpegwasm_decode.wasm",
"./decodewasmjs": "./dist/openjpegwasm_decode.js"
},
"scripts": {
"test": "cd test/node; npm run test",
"test:ci": "yarn run test",
"build": "bash build.sh",
"build:ci": "yarn run build",
"build:ui": "webpack --config ./.webpack/webpack.config.js",
"start": " webpack-dev-server --config ./.webpack/webpack.config.js",
"prepublishOnly": "bash build.sh",
"postpublish": "node -p -e \"require('./package.json').version\" > success_version.txt"
},
"repository": {
"type": "git",
"url": "https://localhost"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://localhost"
},
"homepage": "https://localhost",
"files": [
"package.json",
"README.md",
"dist"
],
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"html-loader": "^1.3.0",
"html-webpack-plugin": "^4.3.0",
"webpack": "^5.22.0",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3"
},
"gitHead": "b81e87e64c792648ae267c2a090f888896bb5823"
}