cc-validate
Version:
Credit Card validation using luhn algorithm
40 lines • 839 B
JSON
{
"name": "cc-validate",
"version": "2.0.6",
"description": "Credit Card validation using luhn algorithm",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HassanShulli/npm-cc-validate.git"
},
"homepage": "https://github.com/HassanShulli/npm-cc-validate",
"keywords": [
"credit",
"credit-card",
"credit card",
"card",
"verify",
"validate",
"validation",
"luhn",
"algorithm",
"luhn algorithm"
],
"author": "Hassan Shulli",
"license": "MIT",
"devDependencies": {
"@types/pluralize": "0.0.29",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"typescript": "^3.5.2"
},
"dependencies": {}
}