aamva-parser
Version:
Plugin to parse AAMVA Drivers License Data from the PDF417 barcode
37 lines (36 loc) • 737 B
JSON
{
"name": "aamva-parser",
"version": "1.3.0",
"description": "Plugin to parse AAMVA Drivers License Data from the PDF417 barcode",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/joptimus/aamva-parser.git"
},
"keywords": [
"AAMVA",
"PDF417",
"DL",
"Drivers License",
"Drivers",
"License",
"Parser"
],
"author": "joptimus",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.2.0",
"typescript": "^5.5.3"
},
"dependencies": {
"ts-node": "^10.9.2"
}
}