{
  "name": "porkate-valid8-identitypass",
  "version": "1.0.1",
  "description": "IdentityPass adapter for porkate-valid8 verification system",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "kyc",
    "kyb",
    "verification",
    "identitypass",
    "nigeria",
    "nin",
    "bvn",
    "cac"
  ],
  "author": "Porkate",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "porkate-valid8": "1.0.1"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0"
  },
  "peerDependencies": {
    "porkate-valid8": "^1.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsc -p tsconfig.json --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix"
  }
}