dicom-microscopy-viewer-changed
Version:
Interactive web-based viewer for DICOM Microscopy Images
66 lines (65 loc) • 1.04 kB
JSON
{
"name": "open-cli",
"version": "7.2.0",
"description": "Open stuff like URLs, files, executables. Cross-platform.",
"license": "MIT",
"repository": "sindresorhus/open-cli",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"bin": {
"open-cli": "cli.js"
},
"engines": {
"node": ">=14.16"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"app",
"open",
"opener",
"opens",
"launch",
"start",
"xdg-open",
"xdg",
"default",
"cmd",
"browser",
"editor",
"executable",
"exe",
"url",
"urls",
"arguments",
"spawn",
"exec",
"child",
"process",
"website",
"file"
],
"dependencies": {
"file-type": "^18.2.1",
"get-stdin": "^9.0.0",
"meow": "^11.0.0",
"open": "^9.0.0",
"tempy": "^3.0.0"
},
"devDependencies": {
"ava": "^5.2.0",
"execa": "^7.1.1",
"xo": "^0.53.1"
}
}