{
  "name": "@metriport/api-sdk",
  "version": "18.11.0",
  "description": "Metriport helps you access and manage health and medical data, through a single open source API.",
  "author": "Metriport Inc. <contact@metriport.com>",
  "homepage": "https://metriport.com/",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./devices/*": "./dist/devices/*.js",
    "./medical/*": "./dist/medical/*.js"
  },
  "typesVersions": {
    "*": {
      "/": [
        "dist/index.d.ts"
      ],
      "devices/*": [
        "dist/devices/*"
      ],
      "medical/*": [
        "dist/medical/*"
      ]
    }
  },
  "scripts": {
    "clean": "rimraf dist",
    "deepclean": "npm run clean && rimraf node_modules",
    "tsc": "tsc",
    "watch": "tsc --watch",
    "build": "tsc -p .",
    "build:cloud": "npm run build",
    "typecheck": "tsc --noEmit",
    "lint": "npx eslint . --ext .ts",
    "lint-fix": "npm run lint --fix",
    "prettier-fix": "npx prettier '**/*.{js,ts,md}' --write --ignore-path ../../.prettierignore",
    "test": "jest --runInBand --detectOpenHandles --passWithNoTests",
    "test:e2e": "E2E=true jest --runInBand --detectOpenHandles"
  },
  "repository": {
    "url": "https://github.com/metriport/metriport.git",
    "type": "git",
    "directory": "packages/api-sdk"
  },
  "bugs": {
    "url": "https://github.com/metriport/metriport/issues"
  },
  "dependencies": {
    "@medplum/fhirtypes": "^2.0.32",
    "@metriport/shared": "^0.33.0",
    "axios": "^1.15.0",
    "dayjs": "^1.11.7",
    "dotenv": "^16.3.1",
    "semver": ">=5.7.2",
    "validator": "^13.15.15",
    "zod": "^3.22.1"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.2",
    "@types/jest": "29.5.3",
    "@typescript-eslint/eslint-plugin": "^5.48.2",
    "@typescript-eslint/parser": "^5.48.2",
    "eslint": "^8.32.0",
    "eslint-config-prettier": "^8.6.0",
    "prettier": "^2.8.3",
    "ts-essentials": "^9.3.1",
    "ts-jest": "29.1.1",
    "typescript": "^4.9.5"
  }
}
