{
  "name": "valid-south-african-id",
  "version": "1.0.2",
  "description": "🇿🇦 Perform regex and checksum match to check if given number string is a valid South African ID",
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/tiaanduplessis/valid-south-african-id.git"
  },
  "homepage": "https://github.com/tiaanduplessis/valid-south-african-id",
  "bugs": "https://github.com/tiaanduplessis/valid-south-african-id/issues",
  "author": "Tiaan du Plessis",
  "bin": {
    "valid-sa-id": "cli.js"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "keywords": [
    "id",
    "regex",
    "checksum",
    "match",
    "south-africa",
    "south-african",
    "sa",
    "valid-south-african-id"
  ],
  "dependencies": {
    "mod10-check-digit": "^1.0.0"
  },
  "devDependencies": {
    "jest": "28.1.0",
    "standard": "17.0.0"
  },
  "scripts": {
    "test": "jest --env=node",
    "coverage": "npm test -- --coverage",
    "lint": "standard --fix"
  }
}