@outburn/format-converter 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +19 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outburn/format-converter",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A TypeScript library for converting between various data formats including CSV, XML, HL7 v2, and JSON with specialized healthcare message parsing",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -20,6 +20,23 @@
20
20
  "prepublishOnly": "npm run build",
21
21
  "test": "vitest run"
22
22
  },
23
+ "keywords": [
24
+ "format-converter",
25
+ "data-conversion",
26
+ "csv",
27
+ "xml",
28
+ "json",
29
+ "hl7",
30
+ "hl7v2",
31
+ "healthcare",
32
+ "parser",
33
+ "typescript",
34
+ "converter",
35
+ "data-transformation",
36
+ "message-parsing",
37
+ "healthcare-integration",
38
+ "interoperability"
39
+ ],
23
40
  "author": "Outburn Ltd.",
24
41
  "license": "MIT",
25
42
  "dependencies": {
@@ -46,4 +63,4 @@
46
63
  },
47
64
  "bugs": "https://github.com/Outburn-IL/format-converter/issues",
48
65
  "homepage": "https://github.com/Outburn-IL/format-converter#readme"
49
- }
66
+ }