UNPKG

credit-card-type

Version:

A library for determining credit card type

42 lines (41 loc) 1.11 kB
{ "name": "credit-card-type", "version": "10.1.2", "description": "A library for determining credit card type", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "eslint --ext js,ts .", "posttest": "npm run lint", "test": "jest", "prepublishOnly": "npm run build", "prebuild": "prettier --write .", "build": "tsc --declaration" }, "repository": { "type": "git", "url": "git@github.com:braintree/credit-card-type" }, "homepage": "https://github.com/braintree/credit-card-type", "author": "", "license": "MIT", "devDependencies": { "@types/node": "^24.0.0", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^5.54.1", "eslint": "^8.57.1", "eslint-config-braintree": "^6.0.0-typescript-prep-rc.2", "eslint-plugin-prettier": "^5.5.4", "jest": "^30.2.0", "prettier": "^3.7.4", "ts-jest": "^29.4.6", "typescript": "^5.9.3" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "testPathIgnorePatterns": [ "<rootDir>/src/__tests__/helper.ts" ] } }