{
  "name": "aamvajs",
  "version": "0.1.1",
  "description": "Parse Pdf417 barcode data from US and Canada driver licenses. AAMVA Parser",
  "main": "./dist",
  "author": "d.lukutin",
  "license": "MIT",
  "keywords": [
    "aamva",
    "amva",
    "driver-license",
    "drivers-license",
    "usdl"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/d-lukutin/aamvajs.git"
  },
  "homepage": "https://github.com/d-lukutin/aamvajs",
  "scripts": {
    "build": "./node_modules/.bin/tsc",
    "prepare": "./node_modules/.bin/tsc"
  },
  "devDependencies": {
    "@types/node": "^18.11.17",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4"
  }
}
