{
  "name": "@trustpayments/ts-luhn-check",
  "version": "2.0.709",
  "description": "Validate card numbers by use of the luhncheck",
  "author": "Trust Payments <support@trustpayments.com>",
  "homepage": "https://docs.trustpayments.com",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "bugs": {
    "url": "https://gitlab.com/trustpayments-public/stjs/ts-modules/-/issues"
  },
  "directories": {
    "lib": "dist",
    "test": "tests"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/trustpayments-public/stjs/ts-modules.git"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "type-check": "tsc --noEmit"
  },
  "gitHead": "945769fc9ad4367105220151582560339a997932"
}
