{
  "name": "@openfn/language-fhir-fr",
  "label": "FHIR-FR",
  "version": "1.0.23",
  "description": "OpenFn fhir-fr adaptor",
  "author": "Open Function Group",
  "license": "LGPLv3",
  "type": "module",
  "fhir": {
    "name": "hl7.fhir.fr.core",
    "igVersion": "4.0.1",
    "webUrl": "https://hl7.fr/ig/fhir/core",
    "specDate": "2024-03-25",
    "specUrl": "https://hl7.fr/ig/fhir/core/2.0.0/definitions.json.zip",
    "adaptorGeneratedDate": "2024-12-01T15:19:38.395Z",
    "generatorVersion": "0.2.1"
  },
  "dependencies": {
    "@openfn/language-common": "3.2.3"
  },
  "devDependencies": {
    "assertion-error": "2.0.0",
    "chai": "4.3.6",
    "deep-eql": "4.1.1",
    "mocha": "^10.7.3",
    "rimraf": "3.0.2",
    "typescript": "4.8.4",
    "undici": "^7.19.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/openfn/adaptors.git"
  },
  "types": "types/index.d.ts",
  "main": "dist/index.cjs",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./types/index.d.ts",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/",
    "types/",
    "ast.json",
    "configuration-schema.json"
  ],
  "scripts": {
    "build": "pnpm clean && build-adaptor fhir-fr src ast docs",
    "build:src": "pnpm generate-fhir fhir-fr",
    "build:spec": "pnpm generate-fhir fhir-fr --respec",
    "test": "mocha --experimental-specifier-resolution=node --no-warnings",
    "test:watch": "mocha -w --experimental-specifier-resolution=node --no-warnings",
    "clean": "rimraf dist docs",
    "pack": "pnpm pack --pack-destination ../../dist",
    "lint": "eslint src"
  }
}