{
  "name": "@manhydra/hl7-parser",
  "version": "1.2.5",
  "description": "Typescript library to parse hl7 message into a typescript/javascript object and back",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "run": "ts-node ./src/index.ts",
    "prepublishOnly": "tsc -p ./ --outDir ./dist/",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Manhydra/HL7Parser.git"
  },
  "keywords": [
    "Hl7",
    "Health",
    "Level",
    "Seven",
    "HIS"
  ],
  "author": "Rustam Goygov <GoygovRustam@gmail.com>",
  "contributors": [
    {
      "name": "Marc Sylvestre",
      "email": "marc.sylvestre@manhydra.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Manhydra/HL7Parser/issues"
  },
  "homepage": "https://github.com/Manhydra/HL7Parser#readme",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.14.9",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.3"
  }
}