{
  "name": "@aehrc/sdc-populate",
  "version": "4.7.1",
  "description": "Performs the $populate operation from the HL7 FHIR SDC (Structured Data Capture) specification: http://hl7.org/fhir/uv/sdc",
  "scripts": {
    "compile": "tsup src/index.ts --format cjs,esm --dts --clean --sourcemap",
    "watch": "tsup src/index.ts --format cjs,esm --dts --clean --sourcemap --watch",
    "build": "npm run compile",
    "test": "TZ=Australia/Sydney jest --config ./jest.config.ts --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aehrc/smart-forms.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/aehrc/smart-forms/issues"
  },
  "homepage": "https://github.com/aehrc/smart-forms#readme",
  "dependencies": {
    "dayjs": "^1.11.21",
    "fhir-sdc-helpers": "^0.1.0",
    "fhirclient": "^2.6.3",
    "fhirpath": "^4.10.1",
    "js-base64": "^3.7.8",
    "moment": "^2.30.1"
  },
  "devDependencies": {
    "@jest/globals": "^30.3.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@types/fhir": "^0.0.38",
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.4.2",
    "tsup": "^8.5.1"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "import": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "require": {
      "types": "./dist/index.d.cts",
      "require": "./dist/index.cjs"
    }
  }
}
