{
  "name": "@atomic-ehr/fhir-canonical-manager",
  "version": "0.0.24",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "fcm": "./dist/cli/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atomic-ehr/fhir-canonical-manager"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bun run build:clean && bun run build:types",
    "build:clean": "rm -rf dist",
    "build:types": "bunx tsc -p tsconfig.build.json",
    "typecheck": "bunx tsc --noEmit",
    "typecheck:watch": "bunx tsc --noEmit --watch",
    "prepublishOnly": "bun run build",
    "format": "biome format --write",
    "lint": "biome check --write",
    "lint:unsafe": "biome check --write --unsafe",
    "test": "bun test",
    "fix": "bun run typecheck && bun run lint:unsafe && bun run format && bun test",
    "release": "bash scripts/release.sh"
  },
  "devDependencies": {
    "@atomic-ehr/hl7.fhir.r4.core": "^0.0.1",
    "@biomejs/biome": "^2.3.4",
    "@types/bun": "latest",
    "typescript": "^5"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "fcm": {
    "packages": [
      "hl7.fhir.r4.core",
      "search",
      "pat"
    ],
    "registry": "https://fs.get-ig.org/pkgs/"
  }
}
