dicom-microscopy-viewer-changed
Version:
Interactive web-based viewer for DICOM Microscopy Images
64 lines (63 loc) • 2.07 kB
JSON
{
"name": "version-guard",
"version": "1.1.1",
"description": "Used to ensure modern CLI scripts fail silently on old js versions. Useful for static analysis tools and similar",
"homepage": "http://github.com/voxpelli/version-guard",
"repository": {
"type": "git",
"url": "git://github.com/voxpelli/version-guard.git"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"index.d.ts.map",
"lib/*.js",
"lib/*.d.ts",
"lib/*.d.ts.map"
],
"scripts": {
"build:0": "run-s clean",
"build:1-declaration": "tsc -p declaration.tsconfig.json",
"build": "run-s build:*",
"check:installed-check": "installed-check --engine-no-dev",
"check:lint": "eslint --report-unused-disable-directives .",
"check:tsc": "tsc",
"check:type-coverage": "type-coverage --detail --strict --at-least 95",
"check": "run-s clean && run-p check:*",
"clean:declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts*')",
"clean": "run-p clean:*",
"prepare": "husky install",
"prepublishOnly": "run-s build",
"test-ci": "node test/run.js && node test/bin/run.js",
"test": "run-s check test-ci"
},
"keywords": [],
"author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",
"license": "0BSD",
"engines": {
"node": ">=0.10.48"
},
"devDependencies": {
"@types/node": "^14.18.22",
"@voxpelli/eslint-config": "^16.0.7",
"@voxpelli/tsconfig": "^7.0.0",
"eslint": "^8.40.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^44.2.4",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-unicorn": "^47.0.0",
"husky": "^8.0.3",
"installed-check": "^7.0.0",
"npm-run-all2": "^6.0.5",
"type-coverage": "^2.25.3",
"typescript": "~5.0.4"
}
}