smart-id-validator
Version:
A package to validate official document numbers and other IDs format for various countries.
49 lines • 1.24 kB
JSON
{
"name": "smart-id-validator",
"version": "1.0.0",
"description": "A package to validate official document numbers and other IDs format for various countries.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"validation",
"id",
"document",
"phone",
"cnic",
"passport",
"pakistan",
"id validator",
"pakistan id validator",
"smart id validator"
],
"author": "Zahid Latif <zahidlatif.dev@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zahidlatifdev/smart-id-validator.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
]
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
}
}