luhn-mod-n-algorithm
Version:
Creates and validates Luhn Mod N check values
32 lines (31 loc) • 854 B
JSON
{
"name": "luhn-mod-n-algorithm",
"version": "1.0.8",
"description": "Creates and validates Luhn Mod N check values",
"main": "index.js",
"scripts": {
"postversion": "git push origin --all; git push origin --tags",
"preversion": "npm test",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alfredmyers/luhn-mod-n-algorithm.git"
},
"keywords": [
"Luhn"
],
"author": "Alfred Myers <code@alfredmyers.com> (https://alfredmyers.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alfredmyers/luhn-mod-n-algorithm/issues"
},
"homepage": "https://github.com/alfredmyers/luhn-mod-n-algorithm#readme",
"devDependencies": {
"jest": "^27.5.1"
},
"dependencies": {
"calculate-luhn-mod-n": "^2.0.11",
"validate-luhn-mod-n": "^1.0.4"
}
}