{
  "name": "credit-card-type",
  "version": "9.1.0",
  "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/jest": "^26.0.13",
    "eslint": "^7.8.1",
    "eslint-config-braintree": "^5.0.0-typescript-prep-rc.18",
    "jest": "^26.4.2",
    "prettier": "^2.1.1",
    "ts-jest": "^26.3.0",
    "typescript": "^3.9.7"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "<rootDir>/src/__tests__/helper.ts"
    ]
  }
}
