validate-nif
Version:
A library to validate Portuguese fiscal number, NIF - Número de Identificação Fiscal.
42 lines (41 loc) • 960 B
JSON
{
"name": "validate-nif",
"version": "2.0.1",
"description": "A library to validate Portuguese fiscal number, NIF - Número de Identificação Fiscal.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"test": "jest"
},
"keywords": [
"nif",
"numero",
"identificação",
"fiscal",
"portugal"
],
"author": "Paulo Alves",
"repository": {
"type": "git",
"url": "https://github.com/impauloalves/validate-nif"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/impauloalves/validate-nif/issues"
},
"homepage": "https://github.com/impauloalves/validate-nif",
"devDependencies": {
"@types/jest": "^27.5.0",
"jest": "^28.0.3",
"prettier": "^2.6.2",
"ts-jest": "^28.0.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.4"
},
"files": [
"lib/**/*"
]
}