{
  "name": "cod-retrieve",
  "version": "1.0.6",
  "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": {
    "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"
    ]
  }
}
