egyptian-id-validator
Version:
Validate and parse Egyptian National ID numbers (Node.js)
53 lines (52 loc) • 1.25 kB
JSON
{
"name": "egyptian-id-validator",
"description": "Validate and parse Egyptian National ID numbers (Node.js)",
"version": "0.1.6",
"author": "Mohamed A. Abdallah <eng.mohamed.a.abdallah@gmail.com> (https://github.com/MohamedAAbdallah)",
"homepage": "https://github.com/MohamedAAbdallah/Egyptian-ID-Validator",
"repository": {
"type": "git",
"url": "https://github.com/MohamedAAbdallah/Egyptian-ID-Validator-Npm.git"
},
"bugs": {
"url": "https://github.com/MohamedAAbdallah/Egyptian-ID-Validator-Npm/issues"
},
"main": "src/index.js",
"type": "module",
"exports": {
".": "./src/index.js"
},
"scripts": {
"test": "vitest run"
},
"keywords": [
"egypt",
"egyptian",
"national-id",
"citizen-id",
"validator",
"validation",
"identity",
"government-id",
"id-checker",
"personal-id",
"egyptian-id",
"identity-verification"
],
"license": "LicenseRef-MIT-Custom",
"files": [
"src"
],
"devDependencies": {
"@eslint/js": "^9.29.0",
"dotenv": "^16.5.0",
"eslint": "^8.57.1",
"globals": "^16.2.0",
"prettier": "^3.0.0",
"typescript-eslint": "^8.34.0",
"vitest": "^3.2.3"
},
"directories": {
"test": "test"
}
}