dicom-microscopy-viewer-changed
Version:
Interactive web-based viewer for DICOM Microscopy Images
80 lines (79 loc) • 1.36 kB
JSON
{
"name": "meow",
"version": "11.0.0",
"description": "CLI app helper",
"license": "MIT",
"repository": "sindresorhus/meow",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"engines": {
"node": ">=14.16"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"cli",
"bin",
"util",
"utility",
"helper",
"argv",
"command",
"line",
"meow",
"cat",
"kitten",
"parser",
"option",
"flags",
"input",
"cmd",
"console"
],
"dependencies": {
"@types/minimist": "^1.2.2",
"camelcase-keys": "^8.0.2",
"decamelize": "^6.0.0",
"decamelize-keys": "^1.1.0",
"hard-rejection": "^2.1.0",
"minimist-options": "4.1.0",
"normalize-package-data": "^4.0.1",
"read-pkg-up": "^9.1.0",
"redent": "^4.0.0",
"trim-newlines": "^4.0.2",
"type-fest": "^3.1.0",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"ava": "^4.3.3",
"execa": "^6.1.0",
"indent-string": "^5.0.0",
"read-pkg": "^7.1.0",
"tsd": "^0.24.1",
"xo": "^0.52.4"
},
"xo": {
"rules": {
"unicorn/no-process-exit": "off"
}
},
"ava": {
"files": [
"test/*"
]
}
}