UNPKG

1.08 kBJSONView Raw
1{
2 "name": "credit-card-type",
3 "version": "10.0.0",
4 "description": "A library for determining credit card type",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "lint": "eslint --ext js,ts .",
9 "posttest": "npm run lint",
10 "test": "jest",
11 "prepublishOnly": "npm run build",
12 "prebuild": "prettier --write .",
13 "build": "tsc --declaration"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git@github.com:braintree/credit-card-type"
18 },
19 "homepage": "https://github.com/braintree/credit-card-type",
20 "author": "",
21 "license": "MIT",
22 "devDependencies": {
23 "@types/jest": "^29.5.3",
24 "@typescript-eslint/eslint-plugin": "^5.54.1",
25 "eslint": "^8.47.0",
26 "eslint-config-braintree": "^6.0.0-typescript-prep-rc.2",
27 "eslint-plugin-prettier": "^5.0.0",
28 "jest": "^29.6.3",
29 "prettier": "^3.0.2",
30 "ts-jest": "^29.1.1",
31 "typescript": "^5.1.6"
32 },
33 "jest": {
34 "preset": "ts-jest",
35 "testEnvironment": "node",
36 "testPathIgnorePatterns": [
37 "<rootDir>/src/__tests__/helper.ts"
38 ]
39 }
40}