voucher-validator
Version:
This lib provide validator to check business rules for a voucher
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "voucher-validator",
"version": "1.1.2",
"license": "MIT",
"description": "This lib provide validator to check business rules for a voucher",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Alessandro Dev",
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^18.7.15",
"jest": "^29.0.2",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"engines": {
"node": ">=14"
},
"scripts": {
"test": "jest --runInBand",
"build": "tsc -p tsconfig.lib.json"
},
"dependencies": {
"types-ddd": "^3.1.3"
},
"files": [
"dist/*",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/4lessandrodev/voucher-validator.git"
},
"bugs": {
"url": "https://github.com/4lessandrodev/voucher-validator/issues"
},
"homepage": "https://github.com/4lessandrodev/voucher-validator/tree/main/docs",
"keywords": [
"Specification",
"NodeJS",
"Voucher",
"Cupom De Desconto"
]
}