UNPKG

calculate-luhn-mod-n

Version:
28 lines (27 loc) 694 B
{ "name": "calculate-luhn-mod-n", "version": "2.0.13", "description": "Calculates 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/calculate-luhn-mod-n.git" }, "keywords": [ "Luhn" ], "author": "alfredmyers", "license": "MIT", "bugs": { "url": "https://github.com/alfredmyers/calculate-luhn-mod-n/issues" }, "homepage": "https://github.com/alfredmyers/calculate-luhn-mod-n#readme", "devDependencies": { "jest": "^27.5.1" } }