{
  "name": "create-medplum",
  "version": "5.1.22",
  "description": "Medplum NPM Initializer",
  "keywords": [
    "medplum",
    "fhir",
    "healthcare",
    "interoperability",
    "json",
    "serialization",
    "hl7",
    "standards",
    "clinical",
    "dstu2",
    "stu3",
    "r4",
    "normative"
  ],
  "homepage": "https://www.medplum.com/",
  "bugs": {
    "url": "https://github.com/medplum/medplum/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medplum/medplum.git",
    "directory": "packages/create-medplum"
  },
  "license": "Apache-2.0",
  "author": "Medplum <hello@medplum.com>",
  "type": "module",
  "bin": {
    "medplum": "./dist/esm/index.mjs"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && tsc && node esbuild.mjs",
    "clean": "rimraf dist",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "medplum": "tsx src/index.ts",
    "test": "vitest run"
  },
  "devDependencies": {
    "@types/node": "22.19.21"
  },
  "engines": {
    "node": "^22.18.0 || >=24.2.0"
  }
}
