nestjs-angolan-validator
Version:
A NestJS validator decorator for Angolan documents (BI, IBAN, NIF, Phone)
51 lines • 1.32 kB
JSON
{
"name": "nestjs-angolan-validator",
"version": "1.1.0",
"description": "A NestJS validator decorator for Angolan documents (BI, IBAN, NIF, Phone)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --coverage",
"test:watch": "jest --watch",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adilsonfuta/nestjs-angolan-validator.git"
},
"keywords": [
"nestjs",
"validator",
"angola",
"bi",
"nif",
"iban",
"phone",
"decorator"
],
"author": "Adilson Futa <adilsonmariafuta@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
"class-validator": "^0.14.0",
"class-transformer": "^0.5.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.11.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"dependencies": {
"reflect-metadata": "^0.2.2"
},
"bugs": {
"url": "https://github.com/adilsonfuta/nestjs-angolan-validator/issues"
},
"homepage": "https://github.com/adilsonfuta/nestjs-angolan-validator#readme"
}