{
  "name": "react-native-credit-cards",
  "version": "1.3.0",
  "description": "A customizable credit card form component for React Native with card flip animation and validation",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "react-native",
    "react-native-credit-card",
    "react-native-credit-cards",
    "credit-card",
    "payment",
    "form",
    "validation",
    "animation",
    "ui-component",
    "card-flip",
    "credit-card-form",
    "visa",
    "mastercard",
    "amex",
    "discover",
    "jcb",
    "dinersclub",
    "unionpay",
    "maestro",
    "rupay",
    "troy",
    "electron",
    "reanimated",
    "typescript",
    "expo",
    "multi-language",
    "customizable",
    "logos"
  ],
  "author": {
    "name": "Sami Çavaş",
    "email": "furkansamicavas@gmail.com",
    "url": "https://github.com/samicavas"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samicavas/react-native-credit-cards.git"
  },
  "bugs": {
    "url": "https://github.com/samicavas/react-native-credit-cards/issues"
  },
  "homepage": "https://github.com/samicavas/react-native-credit-cards#readme",
  "scripts": {
    "build": "tsc && cp -r src/assets lib/",
    "watch": "tsc --watch",
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "prepare": "npm run build",
    "clean": "rm -rf lib"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0",
    "react-native-reanimated": ">=3.0.0"
  },
  "peerDependenciesMeta": {
    "react-native-flip-card": {
      "optional": true
    },
    "react-native-linear-gradient": {
      "optional": true
    },
    "expo-linear-gradient": {
      "optional": true
    }
  },
  "dependencies": {
    "react-native-flip-card": "^3.5.7"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/react": "^18.2.0",
    "@types/react-native": "^0.72.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.33.0",
    "eslint-plugin-react-native": "^4.1.0",
    "jest": "^29.0.0",
    "prettier": "^3.0.0",
    "react": "^18.2.0",
    "react-native": "^0.72.0",
    "react-native-linear-gradient": "^2.8.3",
    "react-native-reanimated": "^3.5.0",
    "expo-linear-gradient": "^12.3.0",
    "typescript": "^5.0.0"
  }
}
