@dcm/dicom-parser
Version:
Javascript parser for DICOM Part 10 data.
60 lines (59 loc) • 1.47 kB
JSON
{
"name": "@dcm/dicom-parser",
"version": "4.26.4",
"private": false,
"description": "Javascript parser for DICOM Part 10 data.",
"keywords": [
"cornerstone",
"dcmhub",
"dicom",
"imaging",
"medical",
"parser"
],
"homepage": "https://npm.im/@dcm/dicom-parser",
"bugs": {
"url": "https://github.com/dcmhub/cornerstone/issues",
"email": "hello@dcmhub.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dcmhub/cornerstone",
"directory": "packages/dicom-parser"
},
"license": "MIT",
"author": {
"name": "DcmHub Inc.",
"email": "hello@dcmhub.com",
"url": "https://dcmhub.com"
},
"contributors": [
{
"name": "Ritchie Zhu",
"email": "laozhu.me@gmail.com",
"url": "https://laozhu.me"
}
],
"main": "./dist/dicomParser.min.js",
"module": "./src/index.js",
"types": "./index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"scripts": {
"build": "webpack --mode production --progress --bail",
"clean": "rimraf dist .DS_Store .eslintcache tsconfig.tsbuildinfo yarn-debug.log* yarn-error.log*",
"dev": "webpack --mode development --watch --cache --progress --bail",
"prepublish": "yarn run build"
},
"engines": {
"node": ">=14.15.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"gitHead": "ccd03eebecf86089c83437398c0b325cb4594dfd"
}