UNPKG

@trustpayments/ts-luhn-check

Version:

Validate card numbers by use of the luhncheck

35 lines (34 loc) 1.06 kB
{ "name": "@trustpayments/ts-luhn-check", "version": "2.0.337", "description": "Validate card numbers by use of the luhncheck", "author": "Trust Payments <support@trustpayments.com>", "homepage": "https://docs.trustpayments.com", "license": "MIT", "main": "dist/luhncheck.js", "typings": "dist/luhncheck.d.ts", "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": { "type-check": "tsc --noEmit", "build:types": "tsc --declaration --emitDeclarationOnly", "build:js": "babel src --out-dir=dist --extensions=.ts,.tsx --source-maps=inline --config-file=../../babel.config.js", "build": "npm run type-check && npm run build:types && npm run build:js" }, "gitHead": "7c5bad8f4deedaff7624183b2a5b90dd36ba7d6c" }