UNPKG

cod-retrieve

Version:

A repo to retrieve/ download study dicom files in the specified local folder.

61 lines (60 loc) 1.35 kB
{ "name": "cod-retrieve", "version": "1.0.8", "description": "A repo to retrieve/ download study dicom files in the specified local folder.", "main": "dist/index.js", "type": "module", "scripts": { "build": "rm -rf dist && mkdir -p dist && npx tsc", "test": "jest --verbose --testPathPattern=src", "publish:npm": "yarn build && npm publish" }, "files": [ "dist" ], "keywords": [ "cod", "download" ], "author": "Adithyan Dinesh", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/gradienthealth/cod-download.git" }, "bugs": { "url": "https://github.com/gradienthealth/cod-download/issues" }, "homepage": "https://github.com/gradienthealth/cod-download#readme", "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "jest-environment-jsdom": "^30.0.0-beta.3", "ts-jest": "^29.1.0", "typescript": "^5.8.3" }, "dependencies": { "idb-keyval": "^6.2.2", "js-untar": "^2.0.0", "jszip": "^3.10.1" }, "jest": { "preset": "ts-jest", "testEnvironment": "jsdom", "moduleFileExtensions": [ "js", "ts" ], "transform": { "^.+\\.ts?$": [ "ts-jest", { "useESM": true } ] }, "extensionsToTreatAsEsm": [ ".ts" ] } }