{
  "name": "fhirbuilder",
  "version": "1.11.0",
  "description": "Another FHIR Tool to build FHIR Resources",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Roberto Araneda",
  "repository": {
    "directory": "lib",
    "type": "git",
    "url": "git+https://github.com/robertoAraneda/fhir-builder.git"
  },
  "bugs": {
    "url": "https://github.com/robertoAraneda/fhir-builder/issues",
    "email": "robaraneda@gmail.com"
  },
  "scripts": {
    "build": "tsc",
    "generate-exports": "ts-node ./scripts/generate-exports.ts",
    "remove-folders": "rm -rf lib && rm -rf types && rm -rf coverage",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint src/**",
    "prepare": "husky",
    "test": "jest --runInBand",
    "commitlint": "commitlint --edit"
  },
  "keywords": [
    "FHIR",
    "Types",
    "Validator",
    "Resource"
  ],
  "license": "MIT",
  "dependencies": {
    "fhirtypes": "^1.35.0",
    "yaml": "^2.5.0"
  },
  "peerDependencies": {
    "fhirtypes": "^1.35.0",
    "yaml": "^2.5.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.7.1",
    "@commitlint/config-conventional": "^19.7.1",
    "@eslint/js": "^9.21.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.9",
    "eslint": "^9.21.0",
    "eslint-plugin-jest": "^28.11.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "jest-junit": "^16.0.0",
    "lint-staged": "^15.4.3",
    "prettier": "^3.5.3",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "ts-node-dev": "^2.0.0",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.26.0"
  },
  "files": [
    "lib/**/*",
    "package.json",
    "README.md",
    "LICENSE"
  ]
}
