UNPKG

@dcm/cornerstone-core

Version:

JavaScript library to display interactive medical images including but not limited to DICOM.

62 lines (61 loc) 1.58 kB
{ "name": "@dcm/cornerstone-core", "version": "4.26.4", "private": false, "description": "JavaScript library to display interactive medical images including but not limited to DICOM.", "keywords": [ "cornerstone", "dcmhub", "dicom", "imaging", "medical" ], "homepage": "https://npm.im/@dcm/cornerstone-core", "bugs": { "url": "https://github.com/dcmhub/cornerstone/issues", "email": "hello@dcmhub.com" }, "repository": { "type": "git", "url": "https://github.com/dcmhub/cornerstone", "directory": "packages/cornerstone-core" }, "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/cornerstone.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" }, "devDependencies": { "@dcm/cornerstone-tools": "^4.26.4" }, "engines": { "node": ">=14.15.5" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "tag": "latest" }, "gitHead": "ccd03eebecf86089c83437398c0b325cb4594dfd" }