{
  "name": "nrb-qr-parser",
  "version": "0.6.1",
  "description": "Reads QR Code string from Malawi Registration National Bureau Identification document and converts it to a json format",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "keywords": [
    "NRB",
    "Malawi",
    "National",
    "ID",
    "Malawi",
    "Birth",
    "certificate",
    "Malawi",
    "death",
    "certificate",
    "Malawi",
    "Malawi",
    "Identification",
    "National",
    "ID",
    "birth",
    "certificate",
    "Malawi",
    "ID",
    "National",
    "ID",
    "QR",
    "Code",
    "Birth",
    "certificate",
    "QR",
    "Code",
    "Death",
    "certificate",
    "QR",
    "code",
    "National",
    "ID",
    "parser"
  ],
  "author": "andiemfune@gmail.com",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.2"
  },
  "dependencies": {
    "dayjs": "^1.11.10"
  }
}
