{
  "name": "cc-validate",
  "version": "2.0.5",
  "description": "Credit Card validation using luhn algorithm",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/HassanShulli/npm-cc-validate"
  },
  "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": {
  }
}
