ec-validator-dni
Version:
Validation of Ecuadorian identification documents (ID card and RUC)
46 lines (45 loc) • 1.24 kB
JSON
{
"name": "ec-validator-dni",
"version": "1.2.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsnd --respawn --clear examples/index.ts",
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "tsup src/index.ts --format cjs,esm --dts"
},
"keywords": [
"Ecuador",
"identification",
"document",
"dni",
"cedula",
"ruc",
"persona natural",
"validation"
],
"homepage": "https://github.com/JaviKo500/ec-validator-dni",
"repository": {
"type": "git",
"url": "https://github.com/JaviKo500/ec-validator-dni.git"
},
"bugs": {
"url": "https://github.com/JaviKo500/ec-validator-dni/issues"
},
"author": "javikogutierrez64@gmail.com (https://github.com/JaviKo500)",
"license": "ISC",
"description": "Validation of Ecuadorian identification documents (ID card and RUC)",
"devDependencies": {
"@types/node": "^22.13.5",
"@vitest/coverage-v8": "^3.0.6",
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"rimraf": "^6.0.1",
"ts-node-dev": "^2.0.0",
"tsup": "^8.3.6",
"typescript": "^5.8.3",
"vitest": "^3.0.6"
}
}