{
  "name": "idanalyzer2",
  "version": "1.3.0",
  "description": "ID Analyzer API V2 client library, scan and verify global passport, driver license and identification card.",
  "main": "index.js",
  "types": "index.d.ts",
  "engines": {
    "node": ">=18"
  },
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "demo": "demo"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/idanalyzer/id-analyzer-v2-nodejs.git"
  },
  "keywords": [
    "id",
    "analyzer",
    "passport",
    "driver",
    "license",
    "id",
    "card",
    "identification",
    "card",
    "identity",
    "verification",
    "mrz",
    "pdf417",
    "aamva",
    "pep",
    "aml"
  ],
  "author": "ID Analyzer <support@idanalyzer.com> (https://www.idanalyzer.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/idanalyzer/id-analyzer-v2-nodejs/issues"
  },
  "homepage": "https://www.idanalyzer.com",
  "dependencies": {
    "axios": "^1.7.7"
  },
  "type": "module"
}
