@amida-tech/hl7-parser
Version:
Typescript library to parse hl7 message into a typescript/javascript object and back
43 lines • 1.05 kB
JSON
{
"name": "@amida-tech/hl7-parser",
"version": "1.2.3",
"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": "^28.1.7",
"@types/node": "^18.7.9",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}