{
  "name": "health-level-seven-parser",
  "version": "1.2.2",
  "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": "jasmine-ts \"spec/**/*.spec.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoygovRustam/HL7Parser.git"
  },
  "keywords": [
    "Hl7",
    "Health",
    "Level",
    "Seven",
    "HIS"
  ],
  "author": "Rustam Goygov <GoygovRustam@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GoygovRustam/HL7Parser/issues"
  },
  "homepage": "https://github.com/GoygovRustam/HL7Parser#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/jasmine": "^2.8.2",
    "@types/node": "^8.0.53",
    "jasmine-ts": "^0.2.1",
    "ts-node": "^3.3.0",
    "typescript": "^2.6.1"
  }
}
